about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2007-10-30 22:15:39 +0000
committerMarc Weber <marco-oweber@gmx.de>2007-10-30 22:15:39 +0000
commit2b8778748a43ae4bfae40b116112438ded40ed8c (patch)
tree719f9ea6c942505809bc4bdfe054282b014b9e5c
parent0c95e69e3ad38b2c02fc63abf2e4b91522d0c2df (diff)
downloadnixlib-2b8778748a43ae4bfae40b116112438ded40ed8c.tar
nixlib-2b8778748a43ae4bfae40b116112438ded40ed8c.tar.gz
nixlib-2b8778748a43ae4bfae40b116112438ded40ed8c.tar.bz2
nixlib-2b8778748a43ae4bfae40b116112438ded40ed8c.tar.lz
nixlib-2b8778748a43ae4bfae40b116112438ded40ed8c.tar.xz
nixlib-2b8778748a43ae4bfae40b116112438ded40ed8c.tar.zst
nixlib-2b8778748a43ae4bfae40b116112438ded40ed8c.zip
update provided by Tobias Hammerschmidt
svn path=/nixpkgs/trunk/; revision=9560
-rw-r--r--pkgs/applications/editors/eclipse/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/eclipse/default.nix b/pkgs/applications/editors/eclipse/default.nix
index 3664a09c1faf..9051293f4895 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";
     };
 }