llama-cpp: 5535 -> 5608 (#415222)

authored by Pol Dellaiera and committed by GitHub eedd12b1 18617728

+2 -2
+2 -2
pkgs/by-name/ll/llama-cpp/package.nix
··· 72 in 73 effectiveStdenv.mkDerivation (finalAttrs: { 74 pname = "llama-cpp"; 75 - version = "5535"; 76 77 src = fetchFromGitHub { 78 owner = "ggml-org"; 79 repo = "llama.cpp"; 80 tag = "b${finalAttrs.version}"; 81 - hash = "sha256-n6h4aiszPU7/JV3btPQEJBHeR/YrzVqOzNFAXNPSEAg="; 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 = "5608"; 76 77 src = fetchFromGitHub { 78 owner = "ggml-org"; 79 repo = "llama.cpp"; 80 tag = "b${finalAttrs.version}"; 81 + hash = "sha256-q3jw/x9GSI2Yp0DSM53g/jMuTeVakLfY9VsoJxq9who="; 82 leaveDotGit = true; 83 postFetch = '' 84 git -C "$out" rev-parse --short HEAD > $out/COMMIT