ollama: 0.1.47 -> 0.1.48

changelog: https://github.com/ollama/ollama/releases/tag/v0.1.48
This commit is contained in:
abysssol 2024-07-03 05:13:10 -04:00
parent 4c2e57d036
commit 9b72ff7182

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;
};