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

koboldcpp: 1.82.4 -> 1.83.1 (#380684)

parents 2aac6073 a073f660
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,13 +40,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "koboldcpp";
  version = "1.82.4";
  version = "1.83.1";

  src = fetchFromGitHub {
    owner = "LostRuins";
    repo = "koboldcpp";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ObQJS6ZRdtSCTAQCq8w3gLDa1Z8z++JgDmyedTXB1F8=";
    hash = "sha256-mXNPH4Fw1nJaeQpYbelN8y5R5ybyOjIDlV6dEKGgdp0=";
  };

  enableParallelBuilding = true;