ollama: 0.7.1 -> 0.9.0

This commit is contained in:
Pavol Rusnak 2025-06-01 23:37:27 +02:00
parent bc57fd35c6
commit edbaf6d080
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

View file

@ -117,13 +117,13 @@ in
goBuild (finalAttrs: {
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.7.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
tag = "v${finalAttrs.version}";
hash = "sha256-ee2MkvdVDQaSFJDDuXEwedqOB2DUl3MIfp5tRxqbL8A=";
hash = "sha256-+8UHE9M2JWUARuuIRdKwNkn1hoxtuitVH7do5V5uEg0=";
fetchSubmodules = true;
};