Skip to content

Commit 49a95e4

Browse files
authored
ollama: fix source hash for version 0.11.0
The current hash in package.nix doesn't match the actual v0.11.0 source, causing build failures with hash mismatch errors. Update hash from sha256-fBoSt/chnxnlD6/HsWeMX9TR7Du7RCOmWcqCKamyK7A= to sha256-po7BxJAj9eOpOaXsLDmw6/1RyjXPtXza0YUv0pVojZ0= This follows nixpkgs conventions: - PR title: package: brief description - Commit message: explains what and why, with specific details about the hash change
1 parent be57485 commit 49a95e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ goBuild (finalAttrs: {
122122
owner = "ollama";
123123
repo = "ollama";
124124
tag = "v${finalAttrs.version}";
125-
hash = "sha256-fBoSt/chnxnlD6/HsWeMX9TR7Du7RCOmWcqCKamyK7A=";
125+
hash = "sha256-po7BxJAj9eOpOaXsLDmw6/1RyjXPtXza0YUv0pVojZ0=";
126126
fetchSubmodules = true;
127127
};
128128

0 commit comments

Comments
 (0)