Skip to content

Commit 3e42914

Browse files
authored
koboldcpp: 1.83.1 -> 1.84.2 (#383573)
1 parent a89822e commit 3e42914

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.83.1";
43+
version = "1.84.2";
4444

4545
src = fetchFromGitHub {
4646
owner = "LostRuins";
4747
repo = "koboldcpp";
4848
tag = "v${finalAttrs.version}";
49-
hash = "sha256-mXNPH4Fw1nJaeQpYbelN8y5R5ybyOjIDlV6dEKGgdp0=";
49+
hash = "sha256-7x6p6xI88WmBu+7It5Q54vJyy9Jtejh6Dk6CjpCv5Xo=";
5050
};
5151

5252
enableParallelBuilding = true;

0 commit comments

Comments
 (0)