ollama: 0.5.5 -> 0.5.7

This commit is contained in:
Pavol Rusnak
2025-01-17 01:36:51 +01:00
parent b455a526f0
commit d0169965cf
+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.5.5";
version = "0.5.7";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
tag = "v${version}";
hash = "sha256-tfq4PU+PQWw9MaBQtI/+vr3GR8be9R22c3JyM43RPwA=";
hash = "sha256-DW7gHNyW1ML8kqgMFsqTxS/30bjNlWmYmeov2/uZn00=";
fetchSubmodules = true;
};