We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e36a5 commit ddddd50Copy full SHA for ddddd50
1 file changed
overlays/packages/ollama-bin.nix
@@ -8,14 +8,14 @@
8
}:
9
stdenvNoCC.mkDerivation (finalAttrs: {
10
pname = "ollama";
11
- version = "0.21.2";
+ version = "0.23.0";
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-WOvuQAg7U6/JHhT9x7za5AI/DHc8I1hBHxBPm+0rc54=";
+ hash = "sha256-WBumzAxto+gPT0VMJ0oCYLoHCVCJohaSsWXKupv0mtQ=";
19
};
20
21
sourceRoot = ".";
0 commit comments