Commit f06039f8 authored by R. RyanTM's avatar R. RyanTM
Browse files

llama-cpp: 4889 -> 4958

parent 9c213ed8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -82,13 +82,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "llama-cpp";
  version = "4889";
  version = "4958";

  src = fetchFromGitHub {
    owner = "ggml-org";
    repo = "llama.cpp";
    tag = "b${finalAttrs.version}";
    hash = "sha256-Xqg14Cxjclat28iAWXmZ1H+vuVLLOP8bMH72+A6QgkY=";
    hash = "sha256-Llw2lDLNjkG6nDMQG4hQCPokKgUg/tnPVJQId75XR9g=";
    leaveDotGit = true;
    postFetch = ''
      git -C "$out" rev-parse --short HEAD > $out/COMMIT