Skip to content

Commit d5d6b11

Browse files
authored
ollama: 0.4.7 -> 0.5.0 (#362614)
2 parents bc33cb6 + 59f6a88 commit d5d6b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ol/ollama/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ assert builtins.elem acceleration [
4141
let
4242
pname = "ollama";
4343
# don't forget to invalidate all hashes each update
44-
version = "0.4.7";
44+
version = "0.5.0";
4545

4646
src = fetchFromGitHub {
4747
owner = "ollama";
4848
repo = "ollama";
4949
rev = "v${version}";
50-
hash = "sha256-X1xGo054+MpThvZzeg/F+IBczY1wn/gTjcq+j1JztDg=";
50+
hash = "sha256-WbRs7CdPKIEqxJUZjPT4ZzuWBl+OfGu2dzwjNVrSgVw=";
5151
fetchSubmodules = true;
5252
};
5353

0 commit comments

Comments
 (0)