Merge pull request #327735 from redyf/update-llama-cpp

llama-cpp: 3328 -> 3403
This commit is contained in:
Pol Dellaiera
2024-07-17 20:22:32 +02:00
committed by GitHub
+2 -2
View File
@@ -67,13 +67,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "3328";
version = "3403";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-rV+Lq5dBkVdoGB/BYNfgvqDB/9+SWfk5rKkKu1xq0PQ=";
hash = "sha256-+WWJyEt04ZUC/vh9ZReLek851iOZJYoGc49XJyRPkVE=";
leaveDotGit = true;
postFetch = ''
git -C "$out" rev-parse --short HEAD > $out/COMMIT