Skip to content

Commit

Permalink
koboldcpp: 1.81 -> 1.81.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2025
1 parent 037cf30 commit 28656fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ko/koboldcpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "koboldcpp";
version = "1.81";
version = "1.81.1";

src = fetchFromGitHub {
owner = "LostRuins";
repo = "koboldcpp";
tag = "v${finalAttrs.version}";
hash = "sha256-VRT/8rlLI3J/w8hPJ+g7UYSczbRwemz6R8bO+HLAiMM=";
hash = "sha256-Ndi7EQ4Idh946iQuf1mFluLh+9SEfTRtIu8uYN9uHpE=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 28656fa

Please sign in to comment.