ollama: 0.3.11 -> 0.3.12

This commit is contained in:
Pol Dellaiera
2024-09-28 18:34:11 +02:00
parent 818089ba73
commit a4676ca192
+2 -2
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;
};