ollama: 0.11.4 -> 0.11.7

(cherry picked from commit 9fe3a2ac3a)
This commit is contained in:
R. Ryantm
2025-08-26 04:48:04 +00:00
committed by Pavol Rusnak
parent ea475b35ac
commit 5fffc52108

View File

@@ -117,13 +117,13 @@ in
goBuild (finalAttrs: {
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.11.4";
version = "0.11.7";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
tag = "v${finalAttrs.version}";
hash = "sha256-joIA/rH8j+SJH5EVMr6iqKLve6bkntPQM43KCN9JTZ8=";
hash = "sha256-rSKuLdfbmAyGTkhfdE9GuywuQweeA5WfNwP/wGMN4So=";
};
vendorHash = "sha256-SlaDsu001TUW+t9WRp7LqxUSQSGDF1Lqu9M1bgILoX4=";