Skip to content

Commit

Permalink
Merge pull request #91917 from sikmir/languagetool
Browse files Browse the repository at this point in the history
languagetool: 4.9.1 -> 5.0
  • Loading branch information
Ma27 committed Jul 2, 2020
2 parents 60ceae2 + 6bfe8c6 commit 1c09333
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 = "4.9.1";
version = "5.0";

src = fetchzip {
url = "https://www.languagetool.org/download/${pname}-${version}.zip";
sha256 = "0hvzckb92yijzmp2vphjp1wgql3xqq0xd83v5x6pbhziq9yxc5yh";
sha256 = "1jyd4z62ldwhqx9r7v4b9k4pl300wr4b7ggj4f0yjf0gpwg7l9p7";
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ jre ];
Expand Down

0 comments on commit 1c09333

Please sign in to comment.