ollama: 0.6.0 -> 0.6.2

- also buildGo124Module is now default
This commit is contained in:
Pavol Rusnak
2025-03-20 22:54:45 +01:00
parent 46b88a985d
commit 4b1ffc6c04
+3 -5
View File
@@ -1,6 +1,6 @@
{
lib,
buildGo124Module,
buildGoModule,
fetchFromGitHub,
buildEnv,
linkFarm,
@@ -43,15 +43,13 @@ assert builtins.elem acceleration [
let
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.6.0";
buildGoModule = buildGo124Module;
version = "0.6.2";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
tag = "v${version}";
hash = "sha256-xcnzLBrTbH5IRDZoUR0OoXslcTvml9d/jnQEM52Rmyg=";
hash = "sha256-ZQiBbVQbMYxC73DAPyWi6Yn/cPySpsPcTiCOHK3F35w=";
fetchSubmodules = true;
};