Skip to content

Commit

Permalink
Merge pull request #8575 from i-bot/update/eclipse-sdk
Browse files Browse the repository at this point in the history
eclipse-sdk: 4.4.2 -> 4.5
  • Loading branch information
jagajaga committed Jul 2, 2015
2 parents 32a1be4 + 4527d6a commit fd2ee86
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkgs/applications/editors/eclipse/default.nix
Expand Up @@ -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";
};
};
};
}

0 comments on commit fd2ee86

Please sign in to comment.