koboldcpp: 1.96.2 -> 1.97.4

This commit is contained in:
R. Ryantm
2025-08-12 01:51:42 +00:00
parent a2a025b8f3
commit 897d92d112
+2 -2
View File
@@ -41,13 +41,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "koboldcpp";
version = "1.96.2";
version = "1.97.4";
src = fetchFromGitHub {
owner = "LostRuins";
repo = "koboldcpp";
tag = "v${finalAttrs.version}";
hash = "sha256-OSAFJ2z6vSTTOovgcF/TZvug51uydmZmkjamN/xv2dc=";
hash = "sha256-z9F3q+1iq6HQV37yRjBOlJRChhnQ/cPP5sAZl5rFDUs=";
};
enableParallelBuilding = true;