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

koboldcpp: 1.100.1 -> 1.101 (#457530)

parents 4f2d07c4 5e43b8b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,13 +41,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "koboldcpp";
  version = "1.100.1";
  version = "1.101";

  src = fetchFromGitHub {
    owner = "LostRuins";
    repo = "koboldcpp";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Z3yPsC7WDFHwXVInnu96ZVWAjn6XyN0aVviwGkvoe1A=";
    hash = "sha256-WwTl+u7FJ4E+x+jjwh0wmPM7fjsPxu7+TrEwKQQfyLA=";
  };

  enableParallelBuilding = true;