Skip to content

Commit

Permalink
Merge pull request NixOS#327505 from redyf/update-ollama
Browse files Browse the repository at this point in the history
ollama: 0.2.1 -> 0.2.5
  • Loading branch information
drupol committed Jul 16, 2024
2 parents b02370e + a87e36b commit 28d8f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ol/ollama/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
let
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.2.1";
version = "0.2.5";

src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-hzB/sS+6vsMuJfCPZucTQerytnq+TBzTtiWwwd+H+bE=";
hash = "sha256-IuSWybyHjewxpLKZxDROqtdyIAWB61+mn4nfvRAyyw0=";
fetchSubmodules = true;
};

vendorHash = "sha256-LNH3mpxIrPMe5emfum1W10jvXIjKC6GkGcjq1HhpJQo=";
vendorHash = "sha256-hSxcREAujhvzHVNwnRTfhi0MKI3s8HNavER2VLz6SYk=";

# ollama's patches of llama.cpp's example server
# `ollama/llm/generate/gen_common.sh` -> "apply temporary patches until fix is upstream"
Expand Down

0 comments on commit 28d8f79

Please sign in to comment.