Skip to content

Commit

Permalink
Merge pull request #228358 from r-ryantm/auto-update/languagetool
Browse files Browse the repository at this point in the history
languagetool: 5.9 -> 6.1
  • Loading branch information
Ma27 authored Apr 26, 2023
2 parents 781a3f0 + 0551d17 commit 8b2e73a
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 = "5.9";
version = "6.1";

src = fetchzip {
url = "https://www.languagetool.org/download/${pname}-${version}.zip";
sha256 = "sha256-x4xGgYeMi7KbD2WGHOd/ixmZ+5EY5g6CLd7/CBYldNQ=";
sha256 = "sha256-4icKkcTKwaD3C8doxwdhsro+YIB6MCUj6POjRhg2YJM=";
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ jre ];
Expand Down

0 comments on commit 8b2e73a

Please sign in to comment.