gcc/gcj: Update antlr dep to 4.4

Version 3.1.3 is no longer available for download.
wip/yesman
Ricardo M. Correia 10 years ago
parent 24fed22cff
commit e552fbf521
  1. 4
      pkgs/development/compilers/gcc/4.8/default.nix

@ -84,8 +84,8 @@ let version = "4.8.3";
# Antlr (optional) allows the Java `gjdoc' tool to be built. We want a
# binary distribution here to allow the whole chain to be bootstrapped.
javaAntlr = fetchurl {
url = http://www.antlr.org/download/antlr-3.1.3.jar;
sha256 = "1f41j0y4kjydl71lqlvr73yagrs2jsg1fjymzjz66mjy7al5lh09";
url = http://www.antlr.org/download/antlr-4.4-complete.jar;
sha256 = "02lda2imivsvsis8rnzmbrbp8rh1kb8vmq4i67pqhkwz7lf8y6dz";
};
xlibs = [

Loading…
Cancel
Save