Skip to content

Commit

Permalink
Merge pull request #329959 from redyf/update-ollama
Browse files Browse the repository at this point in the history
ollama: 0.2.8 -> 0.3.0
  • Loading branch information
abysssol authored Jul 26, 2024
2 parents f3cb495 + 1f28e85 commit 8b41014
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 @@ -40,13 +40,13 @@ assert builtins.elem acceleration [
let
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.2.8";
version = "0.3.0";

src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-uir/GoFs0nhhHpznyYkwVjAUWxwjWmGZ7liU2htyQ04=";
hash = "sha256-69CpRAggx6a1NJq+CA9QliXuUbDgC1ERRuA3y17KVAM=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 8b41014

Please sign in to comment.