ollama: 0.3.11 -> 0.3.12 (#345135)

This commit is contained in:
Pol Dellaiera 2024-09-28 20:07:54 +02:00 committed by GitHub
commit 1e99a1a49d
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.11";
version = "0.3.12";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-YYrNrlXL6ytLfnrvSHybi0va0lvgVNuIRP+IFE5XZX8=";
hash = "sha256-K1FYXEP0bTZa8M+V4/SxI+Q+LWs2rsAMZ/ETJCaO7P8=";
fetchSubmodules = true;
};