Merge pull request #331745 from DontEatOreo/update-koboldcpp

koboldcpp: 1.71.1 -> 1.72
This commit is contained in:
Masum Reza 2024-08-04 13:28:05 +05:30 committed by GitHub
commit 83338d7efa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;