ollama: 0.10.0 -> 0.11.0

This commit is contained in:
Ben Siraphob
2025-08-05 10:07:59 -07:00
parent 38e72a1ce2
commit abe860e8d2
+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;
};