koboldcpp: 1.85 -> 1.86.2

Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.86.2
This commit is contained in:
DontEatOreo
2025-03-16 19:43:41 +02:00
committed by Masum Reza
parent acdcd27da6
commit c1b451eabc
+2 -2
View File
@@ -40,13 +40,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "koboldcpp";
version = "1.85";
version = "1.86.2";
src = fetchFromGitHub {
owner = "LostRuins";
repo = "koboldcpp";
tag = "v${finalAttrs.version}";
hash = "sha256-ahmZmCnIjbFDVkAX0JtEJerhb9qzEhh+X/dxrB72HjI=";
hash = "sha256-zB/X4tfygpf3ZrQ9FtQCd3sxN11Ewlxz1+YCiw7iUZU=";
};
enableParallelBuilding = true;