summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/antlr
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-03-17 03:53:53 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-03-17 03:53:53 -0500
commit7e59fd5b84e25e79f76d9442f2e2d6cce5d1179a (patch)
treeda0422bcba817e25901fdbfc40bbacb71a0999eb /pkgs/development/tools/parsing/antlr
parent9c8137ca81fec5db81e0b9dc28055fa02548eeae (diff)
downloadnixlib-7e59fd5b84e25e79f76d9442f2e2d6cce5d1179a.tar
nixlib-7e59fd5b84e25e79f76d9442f2e2d6cce5d1179a.tar.gz
nixlib-7e59fd5b84e25e79f76d9442f2e2d6cce5d1179a.tar.bz2
nixlib-7e59fd5b84e25e79f76d9442f2e2d6cce5d1179a.tar.lz
nixlib-7e59fd5b84e25e79f76d9442f2e2d6cce5d1179a.tar.xz
nixlib-7e59fd5b84e25e79f76d9442f2e2d6cce5d1179a.tar.zst
nixlib-7e59fd5b84e25e79f76d9442f2e2d6cce5d1179a.zip
antlr4: 4.7 -> 4.7.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1/bin/grun -h` got 0 exit code
- ran `/nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1/bin/grun --help` got 0 exit code
- ran `/nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1/bin/grun help` got 0 exit code
- found 4.7.1 with grep in /nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1
Diffstat (limited to 'pkgs/development/tools/parsing/antlr')
-rw-r--r--pkgs/development/tools/parsing/antlr/4.7.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/parsing/antlr/4.7.nix b/pkgs/development/tools/parsing/antlr/4.7.nix
index 41b079bbd23b..f58d0f9904aa 100644
--- a/pkgs/development/tools/parsing/antlr/4.7.nix
+++ b/pkgs/development/tools/parsing/antlr/4.7.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   name = "antlr-${version}";
-  version = "4.7";
+  version = "4.7.1";
   src = fetchurl {
     url ="http://www.antlr.org/download/antlr-${version}-complete.jar";
-    sha256 = "0r08ay63s5aajix5j8j7lf7j7l7wiwdkr112b66nyhkj5f6c72yd";
+    sha256 = "1236gwnzchama92apb2swmklnypj01m7bdwwfvwvl8ym85scw7gl";
   };
 
   unpackPhase = "true";