Skip to content

Commit aee2928

Browse files
committed
llama-cpp: 2105 -> 2135
1 parent 4e53560 commit aee2928

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ll/llama-cpp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ let
3131
in
3232
effectiveStdenv.mkDerivation (finalAttrs: {
3333
pname = "llama-cpp";
34-
version = "2105";
34+
version = "2135";
3535

3636
src = fetchFromGitHub {
3737
owner = "ggerganov";
3838
repo = "llama.cpp";
3939
rev = "refs/tags/b${finalAttrs.version}";
40-
hash = "sha256-Xq/P7EN6dz2oW++bXhIMY7AhWgVk6hmuf4PmEaoVgMM=";
40+
hash = "sha256-rYK5YaqzJXlAaSNXz37cDMhAr+OEGprfzTdtpd4/6jY=";
4141
};
4242

4343
postPatch = ''

0 commit comments

Comments
 (0)