Skip to content

Commit ddddd50

Browse files
chore(deps): update ollama-bin
1 parent d1e36a5 commit ddddd50

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.21.2";
11+
version = "0.23.0";
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-WOvuQAg7U6/JHhT9x7za5AI/DHc8I1hBHxBPm+0rc54=";
18+
hash = "sha256-WBumzAxto+gPT0VMJ0oCYLoHCVCJohaSsWXKupv0mtQ=";
1919
};
2020

2121
sourceRoot = ".";

0 commit comments

Comments
 (0)