languagetool: 4.9.1 -> 5.0

This commit is contained in:
Nikolay Korotkiy 2020-07-01 10:05:09 +03:00
parent af1f7d58ea
commit 6bfe8c6ece
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -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 ];