Skip to content

Commit cc5aa22

Browse files
authored
ollama: 0.7.0 -> 0.7.1 (#410937)
2 parents 331fa98 + 42f7c72 commit cc5aa22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ in
117117
goBuild (finalAttrs: {
118118
pname = "ollama";
119119
# don't forget to invalidate all hashes each update
120-
version = "0.7.0";
120+
version = "0.7.1";
121121

122122
src = fetchFromGitHub {
123123
owner = "ollama";
124124
repo = "ollama";
125125
tag = "v${finalAttrs.version}";
126-
hash = "sha256-rkSWMGMKzs7V6jmxS3fG611Zahsyzz5kDI8L4HxQSfQ=";
126+
hash = "sha256-ee2MkvdVDQaSFJDDuXEwedqOB2DUl3MIfp5tRxqbL8A=";
127127
fetchSubmodules = true;
128128
};
129129

0 commit comments

Comments
 (0)