Skip to content

Commit 798f303

Browse files
authored
1 parent abdda32 commit 798f303

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

4545
src = fetchFromGitHub {
4646
owner = "LostRuins";
4747
repo = "koboldcpp";
4848
tag = "v${finalAttrs.version}";
49-
hash = "sha256-Ndi7EQ4Idh946iQuf1mFluLh+9SEfTRtIu8uYN9uHpE=";
49+
hash = "sha256-ObQJS6ZRdtSCTAQCq8w3gLDa1Z8z++JgDmyedTXB1F8=";
5050
};
5151

5252
enableParallelBuilding = true;

0 commit comments

Comments
 (0)