llama-cpp: 5535 -> 5608 (#415222)

This commit is contained in:
Pol Dellaiera 2025-06-09 11:43:05 +02:00 committed by GitHub
commit eedd12b1f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,13 +72,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "5535";
version = "5608";
src = fetchFromGitHub {
owner = "ggml-org";
repo = "llama.cpp";
tag = "b${finalAttrs.version}";
hash = "sha256-n6h4aiszPU7/JV3btPQEJBHeR/YrzVqOzNFAXNPSEAg=";
hash = "sha256-q3jw/x9GSI2Yp0DSM53g/jMuTeVakLfY9VsoJxq9who=";
leaveDotGit = true;
postFetch = ''
git -C "$out" rev-parse --short HEAD > $out/COMMIT