Unverified Commit 0bdb717d authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

llama-cpp: 6210 -> 6442 (#438529)

parents ee941b00 03c5c9b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -73,13 +73,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "llama-cpp";
  version = "6210";
  version = "6442";

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