Merge pull request #334290 from r-ryantm/auto-update/ollama

ollama: 0.3.4 -> 0.3.5
This commit is contained in:
abysssol 2024-08-13 13:21:05 +00:00 committed by GitHub
commit 11555c7701
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,13 +40,13 @@ assert builtins.elem acceleration [
let
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.3.4";
version = "0.3.5";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-W/R2mmHswKrg0g6UOOAetRQWmUV5R7+X7SuhGzhCLVg=";
hash = "sha256-2lPOkpZ9AmgDFoIHKi+Im1AwXnTxSY3LLtyui1ep3Dw=";
fetchSubmodules = true;
};