This commit is contained in:
2026-04-10 16:09:45 -04:00
parent ac5425e5b1
commit a1fe50ee54
2 changed files with 6 additions and 3 deletions

View File

@@ -32,13 +32,13 @@
blasSupport = true;
}).overrideAttrs
(oldAttrs: rec {
version = "8660";
version = "8683";
src = pkgs.fetchFromGitHub {
owner = "ggml-org";
repo = "llama.cpp";
tag = "b${version}";
# rev = "6ebf2e0d00d31acfc1a1fa9662e9a7d38bd07bf7"; # https://github.com/ggml-org/llama.cpp/pull/19970
hash = "sha256-4QwFMHpaYeD+aul/p5XFBRYivJ6WgI1kxecbrqFml6o=";
hash = "sha256-cehplQ4utj8h3zpUqjsXmNiW2g+YylcNbvaRYVRP2/U=";
leaveDotGit = true;
postFetch = ''
git -C "$out" rev-parse --short HEAD > $out/COMMIT