* Oops.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32737
This commit is contained in:
parent
a753c4a170
commit
a88fdf8ef7
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue