Unverified Commit 0997d319 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

llama-cpp: 4397 -> 4450 (#372310)

parents 233b82ef a3a95981
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -81,13 +81,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "llama-cpp";
  version = "4397";
  version = "4450";

  src = fetchFromGitHub {
    owner = "ggerganov";
    repo = "llama.cpp";
    tag = "b${finalAttrs.version}";
    hash = "sha256-zPWx8gdai8OfoBCr2X2oJYg45ipLselYZMrL+MbQ1AY=";
    hash = "sha256-YOfG0Bt59P9yOzbbKZ5UZng6W+XG+LBOcdieUONn/hQ=";
    leaveDotGit = true;
    postFetch = ''
      git -C "$out" rev-parse --short HEAD > $out/COMMIT