* Update of jre

* Added aspectj-1.5.0


svn path=/nixpkgs/trunk/; revision=5110
This commit is contained in:
Martin Bravenboer
2006-03-26 03:52:55 +00:00
parent d88e2ea70f
commit 8dbf2c38fb
5 changed files with 51 additions and 5 deletions

View File

@@ -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";
};
}