Merge pull request #324269 from abysssol/ollama-update-0.1.48

This commit is contained in:
Sandro
2024-07-03 11:50:48 +02:00
committed by GitHub
+2 -2
View File
@@ -32,13 +32,13 @@
let
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.1.47";
version = "0.1.48";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-gxai2ORHABchnmdzjr9oYzk9p21qQjSIxrKt5k356i4=";
hash = "sha256-rMStHUFC88TXIH/1c9bCOU0csnEZHOhWKBlLKarmCmE=";
fetchSubmodules = true;
};