ollama: 0.5.0 -> 0.5.1 (#363714)

This commit is contained in:
abysssol
2024-12-10 09:27:10 +00:00
committed by GitHub
+2 -2
View File
@@ -41,13 +41,13 @@ assert builtins.elem acceleration [
let
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-WbRs7CdPKIEqxJUZjPT4ZzuWBl+OfGu2dzwjNVrSgVw=";
hash = "sha256-llsK/rMK1jf2uneqgon9gqtZcbC9PuCDxoYfC7Ta6PY=";
fetchSubmodules = true;
};