llama-cpp: 2454 -> 2481

This commit is contained in:
R. Ryantm 2024-03-21 17:34:35 +00:00
parent c7408bdbfb
commit c70ff30bde
1 changed files with 2 additions and 2 deletions

View File

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