Skip to content

Commit

Permalink
Merge pull request NixOS#264864 from r-ryantm/auto-update/languagetool
Browse files Browse the repository at this point in the history
languagetool: 6.2 -> 6.3
  • Loading branch information
wegank committed Dec 4, 2023
2 parents dbaedd5 + 17ab708 commit 33062b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/text/languagetool/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "LanguageTool";
version = "6.2";
version = "6.3";

src = fetchzip {
url = "https://www.languagetool.org/download/${pname}-${version}.zip";
sha256 = "sha256-I0Blp3o+NVL0b/86UTztufwKVkgO9KNXtBuUrUnbWco=";
sha256 = "sha256-S6iBg7nEKCLrFzUnCseTaxFl6/YeRic2tJnBPLuXmWw=";
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ jre ];
Expand Down

0 comments on commit 33062b2

Please sign in to comment.