Skip to content

Commit 13838ea

Browse files
authored
llama-cpp: 4621 -> 4731 (#382746)
2 parents 60f88af + 91aaedd commit 13838ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ let
8282
in
8383
effectiveStdenv.mkDerivation (finalAttrs: {
8484
pname = "llama-cpp";
85-
version = "4621";
85+
version = "4731";
8686

8787
src = fetchFromGitHub {
8888
owner = "ggerganov";
8989
repo = "llama.cpp";
9090
tag = "b${finalAttrs.version}";
91-
hash = "sha256-6/M1KbGEXYwalHP9PyW7kIJKdEBDViVIO3s6VHp4PbM=";
91+
hash = "sha256-XB7TI1/Ui9BGdsD5TVH5MMZalgEGquW9wYcAhxgAcP0=";
9292
leaveDotGit = true;
9393
postFetch = ''
9494
git -C "$out" rev-parse --short HEAD > $out/COMMIT

0 commit comments

Comments
 (0)