Skip to content

Commit

Permalink
koboldcpp: 1.78 -> 1.79.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DontEatOreo authored and github-actions[bot] committed Dec 5, 2024
1 parent 7bda898 commit 64aa5f6
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.78";
version = "1.79.1";

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

enableParallelBuilding = true;
Expand Down

0 comments on commit 64aa5f6

Please sign in to comment.