svn path=/nixpkgs/branches/stdenv-updates/; revision=32737
This commit is contained in:
Eelco Dolstra 2012-03-02 09:35:51 +00:00
parent a753c4a170
commit a88fdf8ef7
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ assert libelf != null -> zlib != null;
with stdenv.lib;
with builtins;
let version = "4.5.2";
let version = "4.5.3";
javaEcj = fetchurl {
# The `$(top_srcdir)/ecj.jar' file is automatically picked up at
# `configure' time.

View file

@ -42,7 +42,7 @@ assert libelf != null -> zlib != null;
with stdenv.lib;
with builtins;
let version = "4.6.2";
let version = "4.6.3";
javaEcj = fetchurl {
# The `$(top_srcdir)/ecj.jar' file is automatically picked up at
# `configure' time.