Skip to content

Commit 23209a9

Browse files
authored
koboldcpp: 1.80.3 -> 1.81 (#371005)
2 parents 1f3fe1d + 55b977f commit 23209a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ko/koboldcpp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ let
4040
in
4141
effectiveStdenv.mkDerivation (finalAttrs: {
4242
pname = "koboldcpp";
43-
version = "1.80.3";
43+
version = "1.81";
4444

4545
src = fetchFromGitHub {
4646
owner = "LostRuins";
4747
repo = "koboldcpp";
4848
tag = "v${finalAttrs.version}";
49-
hash = "sha256-uxqn4t2dDaVSkVilJOflNbG2Q3fH3Yid8qdEaDGfIcw=";
49+
hash = "sha256-VRT/8rlLI3J/w8hPJ+g7UYSczbRwemz6R8bO+HLAiMM=";
5050
};
5151

5252
enableParallelBuilding = true;

0 commit comments

Comments
 (0)