languagetool: 4.4 -> 4.6

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-07-01 13:45:31 -07:00
parent 5b4b6b6c24
commit f824fc8bf0

View File

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