koboldcpp: 1.80.3 -> 1.81 (#371005)

This commit is contained in:
Peder Bergebakken Sundt
2025-01-06 01:06:34 +01:00
committed by GitHub
+2 -2
View File
@@ -40,13 +40,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "koboldcpp";
version = "1.80.3";
version = "1.81";
src = fetchFromGitHub {
owner = "LostRuins";
repo = "koboldcpp";
tag = "v${finalAttrs.version}";
hash = "sha256-uxqn4t2dDaVSkVilJOflNbG2Q3fH3Yid8qdEaDGfIcw=";
hash = "sha256-VRT/8rlLI3J/w8hPJ+g7UYSczbRwemz6R8bO+HLAiMM=";
};
enableParallelBuilding = true;