languagetool: 5.8 -> 5.9

This commit is contained in:
R. Ryantm 2022-10-05 20:12:21 +00:00
parent 37bd39839a
commit a94ea3486d

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "LanguageTool";
version = "5.8";
version = "5.9";
src = fetchzip {
url = "https://www.languagetool.org/download/${pname}-${version}.zip";
sha256 = "sha256-xwwC+I4cThl2iq3eKcjInFciWlhBfQvNA5LBalaXBuQ=";
sha256 = "sha256-x4xGgYeMi7KbD2WGHOd/ixmZ+5EY5g6CLd7/CBYldNQ=";
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ jre ];