* Update of jre
* Added aspectj-1.5.0 svn path=/nixpkgs/trunk/; revision=5110
This commit is contained in:
@@ -4,10 +4,10 @@ assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "jre-1.5.0";
|
||||
version = "jre1.5.0_02";
|
||||
version = "jre1.5.0_06";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/AutoDL?BundleId=9986;
|
||||
md5 = "1c9b3bb9670df5ebb5587d2bcba73b3c";
|
||||
url = "http://jdl.sun.com/webapps/download/AutoDL?BundleId=10336";
|
||||
md5 = "e0a88dbec9bfe3195794bb652bfc6516";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user