Skip to content

Commit

Permalink
ollama: 0.4.5 -> 0.4.7 (#361646)
Browse files Browse the repository at this point in the history
  • Loading branch information
abysssol authored Dec 4, 2024
2 parents c51787c + 192e92d commit 180472d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ol/ollama/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ assert builtins.elem acceleration [
let
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.4.5";
version = "0.4.7";

src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-4E3eqqJQEQYWVPFVZjnYSiXe4ZWUA0ifCRoHt7s0SL0=";
hash = "sha256-X1xGo054+MpThvZzeg/F+IBczY1wn/gTjcq+j1JztDg=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 180472d

Please sign in to comment.