Unverified Commit d38d3c37 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

llama-cpp: 4958 -> 5060 (#396530)

parents 95073a8a 7ab42b10
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 = "4958";
  version = "5060";

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