diff --git a/pkgs/applications/editors/eclipse/default.nix b/pkgs/applications/editors/eclipse/default.nix index 2abe04bce75..1a77f648601 100644 --- a/pkgs/applications/editors/eclipse/default.nix +++ b/pkgs/applications/editors/eclipse/default.nix @@ -3,7 +3,7 @@ let { body = stdenv.mkDerivation { - name = "eclipse-sdk-3.1"; + name = "eclipse-sdk-3.1.1"; builder = ./builder.sh; src = bindist; inherit makeWrapper jdk; @@ -13,7 +13,7 @@ let { bindist = fetchurl { - url = ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse/R-3.1-200506271435/eclipse-SDK-3.1-linux-gtk.tar.gz; - md5 = "0441c11cc5af1e84ed3be322929899e8"; + url = http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1.1-200509290840/eclipse-SDK-3.1.1-linux-gtk.tar.gz; + md5 = "a2ae61431657e2ed247867b9a9948290"; }; }