llama-cpp: 2700 -> 2746

This commit is contained in:
R. Ryantm 2024-04-26 18:14:07 +00:00
parent b00f19626a
commit 27a673ef3e
1 changed files with 2 additions and 2 deletions

View File

@ -72,13 +72,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "2700";
version = "2746";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-gR50T++TE9/tlIjSQDp2FR+wiUSpyA+Fh7Nzg/y3zPE=";
hash = "sha256-V+QDymEzXpw78Ezd2DInRLE0F6mXpLRhCK8iI8prq8I=";
};
postPatch = ''