ollama: 0.6.4 -> 0.6.5 (#398588)

This commit is contained in:
Pavol Rusnak
2025-04-14 17:26:10 +02:00
committed by GitHub
+2 -2
View File
@@ -43,13 +43,13 @@ assert builtins.elem acceleration [
let
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.6.4";
version = "0.6.5";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
tag = "v${version}";
hash = "sha256-d8TPVa/kujFDrHbjwv++bUe2txMlkOxAn34t7wXg4qE=";
hash = "sha256-l+JYQjl6A0fKONxtgCtc0ztT18rmArGKcO2o+p4H95M=";
fetchSubmodules = true;
};