ollama: 0.10.0 -> 0.11.0 (#431224)

This commit is contained in:
Pavol Rusnak
2025-08-05 19:25:08 +02:00
committed by GitHub
+2 -2
View File
@@ -116,13 +116,13 @@ in
goBuild (finalAttrs: {
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
tag = "v${finalAttrs.version}";
hash = "sha256-BoT4WUapxakETHAlHP64okcReMIhQ+PzKaSVpELvrcI=";
hash = "sha256-fBoSt/chnxnlD6/HsWeMX9TR7Du7RCOmWcqCKamyK7A=";
fetchSubmodules = true;
};