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 99640ef + b166dcb commit dbe5829Copy full SHA for dbe5829
pkgs/by-name/ll/llama-cpp/package.nix
@@ -72,13 +72,13 @@ let
72
in
73
effectiveStdenv.mkDerivation (finalAttrs: {
74
pname = "llama-cpp";
75
- version = "5186";
+ version = "5311";
76
77
src = fetchFromGitHub {
78
owner = "ggml-org";
79
repo = "llama.cpp";
80
tag = "b${finalAttrs.version}";
81
- hash = "sha256-f07FvHgRobUbei06kcKHJ1ulLCYARAvo64oWsDBwHO0=";
+ hash = "sha256-xjWr3pdnH1OlLlk5OMgleJus3fBpOoOUlyeCC5IRh+E=";
82
leaveDotGit = true;
83
postFetch = ''
84
git -C "$out" rev-parse --short HEAD > $out/COMMIT
0 commit comments