From 4f21598f2f7fbd5cfe9f9e148cda3a1d17686d89 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 9 Oct 2005 16:36:35 +0000 Subject: [PATCH] * Eclipse updated to 3.1.1. svn path=/nixpkgs/trunk/; revision=4038 --- pkgs/applications/editors/eclipse/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"; }; }