feat: olama fix
runner nix smoke / nix label and flake smoke (push) Failing after 1m22s

This commit is contained in:
2026-09-12 18:57:21 +00:00
parent 078e01c87f
commit a8c4a52a68
+3 -3
View File
@@ -24,11 +24,11 @@
ollamaPrebuilt = pkgs.stdenvNoCC.mkDerivation {
pname = "ollama";
version = "0.22.1";
version = "0.24.0";
src = pkgs.fetchurl {
url = "https://github.com/ollama/ollama/releases/download/v0.22.1/ollama-linux-amd64.tar.zst";
hash = "sha256-4nwP6PYKgkFi+Bzge0v9p2fc5PNX12LhSbPQ3gq62fs=";
url = "https://github.com/ollama/ollama/releases/download/v0.24.0/ollama-linux-amd64.tar.zst";
hash = "sha256-FcX41mugbg07RxnfiGhhLb1m4U6CdgkpuzVS4WV83Ns=";
};
nativeBuildInputs = [