Skip to content

Commit 064fad6

Browse files
authored
ollama: 0.6.2 -> 0.6.4 (NixOS#396193)
2 parents 60b9633 + 6e7ec65 commit 064fad6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ assert builtins.elem acceleration [
4343
let
4444
pname = "ollama";
4545
# don't forget to invalidate all hashes each update
46-
version = "0.6.2";
46+
version = "0.6.4";
4747

4848
src = fetchFromGitHub {
4949
owner = "ollama";
5050
repo = "ollama";
5151
tag = "v${version}";
52-
hash = "sha256-ZQiBbVQbMYxC73DAPyWi6Yn/cPySpsPcTiCOHK3F35w=";
52+
hash = "sha256-d8TPVa/kujFDrHbjwv++bUe2txMlkOxAn34t7wXg4qE=";
5353
fetchSubmodules = true;
5454
};
5555

56-
vendorHash = "sha256-Zpzn2YWpiDAl4cwgrrSpN8CFy4GqqhE1mWsRxtYwdDA=";
56+
vendorHash = "sha256-4wYgtdCHvz+ENNMiHptu6ulPJAznkWetQcdba3IEB6s=";
5757

5858
validateFallback = lib.warnIf (config.rocmSupport && config.cudaSupport) (lib.concatStrings [
5959
"both `nixpkgs.config.rocmSupport` and `nixpkgs.config.cudaSupport` are enabled, "

0 commit comments

Comments
 (0)