Merge pull request #325271 from r-ryantm/auto-update/llama-cpp

llama-cpp: 3260 -> 3328
This commit is contained in:
Weijia Wang 2024-07-15 15:04:39 +02:00 committed by GitHub
commit f1d1a7b4e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,13 +67,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "3260";
version = "3328";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-0KVwSzxfGinpv5KkDCgF2J+1ijDv87PlDrC+ldscP6s=";
hash = "sha256-rV+Lq5dBkVdoGB/BYNfgvqDB/9+SWfk5rKkKu1xq0PQ=";
leaveDotGit = true;
postFetch = ''
git -C "$out" rev-parse --short HEAD > $out/COMMIT