Skip to content

Commit 0fae44b

Browse files
authored
ollama-cpu: 0.14.1 -> 0.14.2 (NixOS#482015)
2 parents 87b89c7 + 8ec0bb9 commit 0fae44b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ in
138138
goBuild (finalAttrs: {
139139
pname = "ollama";
140140
# don't forget to invalidate all hashes each update
141-
version = "0.14.1";
141+
version = "0.14.2";
142142

143143
src = fetchFromGitHub {
144144
owner = "ollama";
145145
repo = "ollama";
146146
tag = "v${finalAttrs.version}";
147-
hash = "sha256-r9Qwa1bAzLlr50mB+RLkRfuCFe6FUXtR9irqvU7PAvA=";
147+
hash = "sha256-NDtXMRpglUG0XhkTJrd90kv1utpxXGNppMHOG3Zmt54=";
148148
};
149149

150150
vendorHash = "sha256-WdHAjCD20eLj0d9v1K6VYP8vJ+IZ8BEZ3CciYLLMtxc=";

0 commit comments

Comments
 (0)