We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc33cb6 + 59f6a88 commit d5d6b11Copy full SHA for d5d6b11
pkgs/by-name/ol/ollama/package.nix
@@ -41,13 +41,13 @@ assert builtins.elem acceleration [
41
let
42
pname = "ollama";
43
# don't forget to invalidate all hashes each update
44
- version = "0.4.7";
+ version = "0.5.0";
45
46
src = fetchFromGitHub {
47
owner = "ollama";
48
repo = "ollama";
49
rev = "v${version}";
50
- hash = "sha256-X1xGo054+MpThvZzeg/F+IBczY1wn/gTjcq+j1JztDg=";
+ hash = "sha256-WbRs7CdPKIEqxJUZjPT4ZzuWBl+OfGu2dzwjNVrSgVw=";
51
fetchSubmodules = true;
52
};
53
0 commit comments