nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

llama-cpp: 5186 -> 5311

R. Ryantm b166dcbb 6724b0bf

+2 -2
+2 -2
pkgs/by-name/ll/llama-cpp/package.nix
··· 72 in 73 effectiveStdenv.mkDerivation (finalAttrs: { 74 pname = "llama-cpp"; 75 - version = "5186"; 76 77 src = fetchFromGitHub { 78 owner = "ggml-org"; 79 repo = "llama.cpp"; 80 tag = "b${finalAttrs.version}"; 81 - hash = "sha256-f07FvHgRobUbei06kcKHJ1ulLCYARAvo64oWsDBwHO0="; 82 leaveDotGit = true; 83 postFetch = '' 84 git -C "$out" rev-parse --short HEAD > $out/COMMIT
··· 72 in 73 effectiveStdenv.mkDerivation (finalAttrs: { 74 pname = "llama-cpp"; 75 + version = "5311"; 76 77 src = fetchFromGitHub { 78 owner = "ggml-org"; 79 repo = "llama.cpp"; 80 tag = "b${finalAttrs.version}"; 81 + hash = "sha256-xjWr3pdnH1OlLlk5OMgleJus3fBpOoOUlyeCC5IRh+E="; 82 leaveDotGit = true; 83 postFetch = '' 84 git -C "$out" rev-parse --short HEAD > $out/COMMIT