Merge pull request #194639 from r-ryantm/auto-update/LanguageTool

languagetool: 5.8 -> 5.9
This commit is contained in:
Mario Rodas
2022-10-08 19:15:11 -05:00
committed by GitHub
+2 -2
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 ];