llama-cpp: update from b2481 to b2568

This commit is contained in:
Joseph Stahl 2024-03-28 20:56:55 -04:00
parent e1ef3aaacc
commit a06a03ed7c
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -71,13 +71,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "2481";
version = "2568";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-40GSZZEnjM9L9KVVKdSKtBoSRy996l98ORM4NeltsSM=";
hash = "sha256-yBlLChtzfAi2TAGUO1zdnpHCvi5YDCzjdflQgTWh98Y=";
};
postPatch = ''