We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e53560 commit aee2928Copy full SHA for aee2928
1 file changed
pkgs/by-name/ll/llama-cpp/package.nix
@@ -31,13 +31,13 @@ let
31
in
32
effectiveStdenv.mkDerivation (finalAttrs: {
33
pname = "llama-cpp";
34
- version = "2105";
+ version = "2135";
35
36
src = fetchFromGitHub {
37
owner = "ggerganov";
38
repo = "llama.cpp";
39
rev = "refs/tags/b${finalAttrs.version}";
40
- hash = "sha256-Xq/P7EN6dz2oW++bXhIMY7AhWgVk6hmuf4PmEaoVgMM=";
+ hash = "sha256-rYK5YaqzJXlAaSNXz37cDMhAr+OEGprfzTdtpd4/6jY=";
41
};
42
43
postPatch = ''
0 commit comments