Skip to content

Commit 143c83c

Browse files
chore(deps): update ollama-bin
1 parent 4551e15 commit 143c83c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

overlays/packages/ollama-bin.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
}:
99
stdenvNoCC.mkDerivation (finalAttrs: {
1010
pname = "ollama";
11-
version = "0.20.2";
11+
version = "0.20.6";
1212

1313
# https://github.com/ollama/ollama/releases/latest
1414
# copy the hash for asset `ollama-linux-amd64.tar.zst` from the release page
1515
# VERSION="x.y.z" nix store prefetch-file "https://github.com/ollama/ollama/releases/download/v$VERSION/ollama-linux-amd64.tar.zst"
1616
src = fetchurl {
1717
url = "https://github.com/ollama/ollama/releases/download/v${finalAttrs.version}/ollama-linux-amd64.tar.zst";
18-
hash = "sha256-qYl6rKEp3uWM4amHgj1CVPlo/uuJGsyFDn8g/7BCYlE=";
18+
hash = "sha256-8hUtu7HMkcyM0/eV+HvQJHurdp6HSYZvuUPAJbUeZ68=";
1919
};
2020

2121
sourceRoot = ".";

0 commit comments

Comments
 (0)