ollama: 0.4.7 -> 0.5.0

This commit is contained in:
R. Ryantm 2024-12-06 21:40:14 +00:00
parent e574201552
commit 59f6a88d37

View File

@ -41,13 +41,13 @@ assert builtins.elem acceleration [
let
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.4.7";
version = "0.5.0";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-X1xGo054+MpThvZzeg/F+IBczY1wn/gTjcq+j1JztDg=";
hash = "sha256-WbRs7CdPKIEqxJUZjPT4ZzuWBl+OfGu2dzwjNVrSgVw=";
fetchSubmodules = true;
};