3
0
Fork 0
forked from mirrors/nixpkgs

gcc/gcj: Update antlr dep to 4.4

Version 3.1.3 is no longer available for download.
This commit is contained in:
Ricardo M. Correia 2014-09-02 20:00:35 +02:00
parent 24fed22cff
commit e552fbf521

View file

@ -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 = [