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

llama-cpp: 2746 -> 2781
This commit is contained in:
Pol Dellaiera 2024-05-03 13:09:44 +02:00 committed by GitHub
commit 72c902110a
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 = "2746";
version = "2781";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-KrIeZEq6RAz3N47wgtQjlfNzoGcTh3DqOhYBOxJPGzs=";
hash = "sha256-a+Ji8h0Yh52pGnDsrJSgfG5kdMDAmhEQ6YKdtZRc7S8=";
leaveDotGit = true;
postFetch = ''
git -C "$out" rev-parse --short HEAD > $out/COMMIT