summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 18:46:51 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 18:46:51 -0700
commit59d8329e33455d9c6770f35b6f0fe1479ae7f764 (patch)
treea5083e39f2a6974e7c28441f35fecad2b2a2a5ad /pkgs/tools
parent7c9d95fef59e2bc80fbde535df235a93d6690cc3 (diff)
downloadnixlib-59d8329e33455d9c6770f35b6f0fe1479ae7f764.tar
nixlib-59d8329e33455d9c6770f35b6f0fe1479ae7f764.tar.gz
nixlib-59d8329e33455d9c6770f35b6f0fe1479ae7f764.tar.bz2
nixlib-59d8329e33455d9c6770f35b6f0fe1479ae7f764.tar.lz
nixlib-59d8329e33455d9c6770f35b6f0fe1479ae7f764.tar.xz
nixlib-59d8329e33455d9c6770f35b6f0fe1479ae7f764.tar.zst
nixlib-59d8329e33455d9c6770f35b6f0fe1479ae7f764.zip
languagetool: 4.1 -> 4.2
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.

These checks were done:

- built on NixOS
- /nix/store/hb9w134446nvgv5cahyy0a4rviy1k476-LanguageTool-4.2/bin/languagetool passed the binary check.
- /nix/store/hb9w134446nvgv5cahyy0a4rviy1k476-LanguageTool-4.2/bin/languagetool-commandline passed the binary check.
- Warning: no invocation of /nix/store/hb9w134446nvgv5cahyy0a4rviy1k476-LanguageTool-4.2/bin/languagetool-server had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/hb9w134446nvgv5cahyy0a4rviy1k476-LanguageTool-4.2/bin/languagetool-http-server had a zero exit code or showed the expected version
- 2 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 4.2 with grep in /nix/store/hb9w134446nvgv5cahyy0a4rviy1k476-LanguageTool-4.2
- directory tree listing: https://gist.github.com/00ec5ff03beb669055da48487c71c94f
- du listing: https://gist.github.com/84c445db9956dee9c0415b091335cd53
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/text/languagetool/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/languagetool/default.nix b/pkgs/tools/text/languagetool/default.nix
index e60ead5bc8f5..42ba36adf310 100644
--- a/pkgs/tools/text/languagetool/default.nix
+++ b/pkgs/tools/text/languagetool/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "LanguageTool-${version}";
-  version = "4.1";
+  version = "4.2";
 
   src = fetchzip {
     url = "https://www.languagetool.org/download/${name}.zip";
-    sha256 = "0qc4z5rl9239lqfi2jrggzmjkx4f33n0arlqm5xgfaqgi8wypz0l";
+    sha256 = "01iy3cq6rwkm8sflj2nwp4ib29hyykd23hfsnrmqxji9csj8pf71";
   };
   nativeBuildInputs = [ makeWrapper ];
   buildInputs = [ jre ];