Unverified Commit 83338d7e authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

Merge pull request #331745 from DontEatOreo/update-koboldcpp

koboldcpp: 1.71.1 -> 1.72
parents fe8152e9 4a7c3967
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,13 +53,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "koboldcpp";
  version = "1.71.1";
  version = "1.72";

  src = fetchFromGitHub {
    owner = "LostRuins";
    repo = "koboldcpp";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-69iqpXzG9NXrqv08lJ36hlHWXwXUJs6yqcaGr32cHPw=";
    hash = "sha256-DePcBVNXIWIlOXyNeNMUFFIQxQuwqG8KBUh2/X7R6X8=";
  };

  enableParallelBuilding = true;