languagetool: 4.6 -> 4.7

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-10-07 05:53:00 -07:00
parent 3dc58eda52
commit cf9e2cf4b3

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