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 233b82e + a3a9598 commit 0997d31Copy full SHA for 0997d31
pkgs/by-name/ll/llama-cpp/package.nix
@@ -81,13 +81,13 @@ let
81
in
82
effectiveStdenv.mkDerivation (finalAttrs: {
83
pname = "llama-cpp";
84
- version = "4397";
+ version = "4450";
85
86
src = fetchFromGitHub {
87
owner = "ggerganov";
88
repo = "llama.cpp";
89
tag = "b${finalAttrs.version}";
90
- hash = "sha256-zPWx8gdai8OfoBCr2X2oJYg45ipLselYZMrL+MbQ1AY=";
+ hash = "sha256-YOfG0Bt59P9yOzbbKZ5UZng6W+XG+LBOcdieUONn/hQ=";
91
leaveDotGit = true;
92
postFetch = ''
93
git -C "$out" rev-parse --short HEAD > $out/COMMIT
0 commit comments