koboldcpp: 1.104 -> 1.105.3

This commit is contained in:
R. Ryantm
2026-01-05 12:01:11 +00:00
parent ce16cbe515
commit 88012eed12
+2 -2
View File
@@ -39,13 +39,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "koboldcpp";
version = "1.104";
version = "1.105.3";
src = fetchFromGitHub {
owner = "LostRuins";
repo = "koboldcpp";
tag = "v${finalAttrs.version}";
hash = "sha256-dhOdmyy+mhV2O/eWw3pNZefqRuhtakdD7iAG/RWOCEg=";
hash = "sha256-8PgliEwe9ETFmdqHZdmbApz2uxhLLV/fcC2p/N8rOkY=";
};
enableParallelBuilding = true;