Skip to content

Commit

Permalink
koboldcpp: 1.77 -> 1.78 (NixOS#356508)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Nov 17, 2024
2 parents 837ed96 + 683a41f commit 1265806
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 @@ -53,13 +53,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "koboldcpp";
version = "1.77";
version = "1.78";

src = fetchFromGitHub {
owner = "LostRuins";
repo = "koboldcpp";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-dyu//4LRjpdxkyA9M5yNDO0DA7inZZjH4pSkj6l2afk=";
hash = "sha256-6RvodNWO/IVGlKxC/zt0itYDzymhk+hEBpbmQ1jHigU=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 1265806

Please sign in to comment.