languagetool: 4.3 -> 4.4

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 2019-01-03 03:28:42 -08:00 committed by worldofpeace
parent 67e7764223
commit 22f0e9fb27

View File

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