Merge pull request #8575 from i-bot/update/eclipse-sdk

eclipse-sdk: 4.4.2 -> 4.5
This commit is contained in:
Arseniy Seroka 2015-07-02 03:15:58 +03:00
commit fd2ee86a1a

View File

@ -302,4 +302,20 @@ in {
};
};
};
eclipse_sdk_45 = buildEclipse {
name = "eclipse-sdk-4.5";
description = "Eclipse Mars Classic";
sources = {
"x86_64-linux" = fetchurl {
url = http://download.eclipse.org/eclipse/downloads/drops4/R-4.5-201506032000/eclipse-SDK-4.5-linux-gtk-x86_64.tar.gz;
sha256 = "0vfql4gh263ms8bg7sgn05gnjajplx304cn3nr03jlacgr3pkarf";
};
"i686-linux" = fetchurl {
url = http://download.eclipse.org/eclipse/downloads/drops4/R-4.5-201506032000/eclipse-SDK-4.5-linux-gtk.tar.gz;
sha256 = "0xv66l6hdlvxpswcqrsh398wg6xhy30f833dr7jvvz45s5437hm3";
};
};
};
}