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.
2 parents 60f88af + 91aaedd commit 13838eaCopy full SHA for 13838ea
pkgs/by-name/ll/llama-cpp/package.nix
@@ -82,13 +82,13 @@ let
82
in
83
effectiveStdenv.mkDerivation (finalAttrs: {
84
pname = "llama-cpp";
85
- version = "4621";
+ version = "4731";
86
87
src = fetchFromGitHub {
88
owner = "ggerganov";
89
repo = "llama.cpp";
90
tag = "b${finalAttrs.version}";
91
- hash = "sha256-6/M1KbGEXYwalHP9PyW7kIJKdEBDViVIO3s6VHp4PbM=";
+ hash = "sha256-XB7TI1/Ui9BGdsD5TVH5MMZalgEGquW9wYcAhxgAcP0=";
92
leaveDotGit = true;
93
postFetch = ''
94
git -C "$out" rev-parse --short HEAD > $out/COMMIT
0 commit comments