Merge pull request #83465 from r-ryantm/auto-update/LanguageTool

languagetool: 4.8 -> 4.9
This commit is contained in:
Jörg Thalheim 2020-03-27 09:30:14 +00:00 committed by GitHub
commit 4e4bbe575d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "LanguageTool";
version = "4.8";
version = "4.9";
src = fetchzip {
url = "https://www.languagetool.org/download/${pname}-${version}.zip";
sha256 = "0xhzrrw52mqsv3n1rr98p8zi84i63gpcd104ahkkhhyzwvy9kprc";
sha256 = "05jqqamdvi5x35yy9bqw6wf7qagrm1r9488f7cfbbv764zfirz17";
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ jre ];
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://languagetool.org;
homepage = "https://languagetool.org";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [
edwtjo