languagetool: 4.2 -> 4.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/languagetool/versions
This commit is contained in:
R. RyanTM 2018-10-03 09:40:12 -07:00
parent 4d1abc4419
commit f72bbc6f04

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "LanguageTool-${version}";
version = "4.2";
version = "4.3";
src = fetchzip {
url = "https://www.languagetool.org/download/${name}.zip";
sha256 = "01iy3cq6rwkm8sflj2nwp4ib29hyykd23hfsnrmqxji9csj8pf71";
sha256 = "0zsz82jc39j5wjwynmjny7h82kjz7clyk37n6pxmi85ibbdm0zn4";
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ jre ];