Merge pull request #328315 from redyf/update-ollama

ollama: 0.2.5 -> 0.2.7
This commit is contained in:
abysssol 2024-07-19 19:42:24 +00:00 committed by GitHub
commit 95e9520395
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,13 +32,13 @@
let
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.2.5";
version = "0.2.7";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-IuSWybyHjewxpLKZxDROqtdyIAWB61+mn4nfvRAyyw0=";
hash = "sha256-YHBGS615dxz6pZR+8awMinp+ZRf3J8Re5BVeDEIyt2E=";
fetchSubmodules = true;
};