We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4551e15 commit 143c83cCopy full SHA for 143c83c
1 file changed
overlays/packages/ollama-bin.nix
@@ -8,14 +8,14 @@
8
}:
9
stdenvNoCC.mkDerivation (finalAttrs: {
10
pname = "ollama";
11
- version = "0.20.2";
+ version = "0.20.6";
12
13
# https://github.com/ollama/ollama/releases/latest
14
# copy the hash for asset `ollama-linux-amd64.tar.zst` from the release page
15
# VERSION="x.y.z" nix store prefetch-file "https://github.com/ollama/ollama/releases/download/v$VERSION/ollama-linux-amd64.tar.zst"
16
src = fetchurl {
17
url = "https://github.com/ollama/ollama/releases/download/v${finalAttrs.version}/ollama-linux-amd64.tar.zst";
18
- hash = "sha256-qYl6rKEp3uWM4amHgj1CVPlo/uuJGsyFDn8g/7BCYlE=";
+ hash = "sha256-8hUtu7HMkcyM0/eV+HvQJHurdp6HSYZvuUPAJbUeZ68=";
19
};
20
21
sourceRoot = ".";
0 commit comments