From 2b8778748a43ae4bfae40b116112438ded40ed8c Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Tue, 30 Oct 2007 22:15:39 +0000 Subject: [PATCH] update provided by Tobias Hammerschmidt svn path=/nixpkgs/trunk/; revision=9560 --- 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 3664a09c1fa..9051293f489 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.2.2"; + name = "eclipse-sdk-3.3.3.1"; builder = ./builder.sh; src = bindist; inherit makeWrapper jdk plugins; @@ -12,8 +12,8 @@ let { bindist = fetchurl { - url = http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/eclipse/downloads/drops/R-3.2.2-200702121330/eclipse-SDK-3.2.2-linux-gtk.tar.gz; - sha256 = "0slrx8l75k91v8hqr2rvh6x0a2xdplza8gm1dc39bhyaq2gx9sdx"; + url = http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/eclipse/downloads/drops/R-3.3.1.1-200710231652/eclipse-SDK-3.3.1.1-linux-gtk.tar.gz; + sha256 = "409e47745c92ff8ea8b2037104ec90c2f8ce3edb3563fdb312d55e1bbd2ada01"; }; }