Updates of jre and jdk

svn path=/nixpkgs/trunk/; revision=5395
This commit is contained in:
Martin Bravenboer
2006-06-06 19:43:31 +00:00
parent 1a9b6bb4ad
commit 0d6c1cb83b
2 changed files with 8 additions and 8 deletions

View File

@@ -4,10 +4,10 @@ assert stdenv.system == "i686-linux";
stdenv.mkDerivation {
name = "jre-1.5.0";
version = "jre1.5.0_06";
version = "jre1.5.0_07";
builder = ./builder.sh;
src = fetchurl {
url = "http://jdl.sun.com/webapps/download/AutoDL?BundleId=10336";
md5 = "e0a88dbec9bfe3195794bb652bfc6516";
url = "http://jdl.sun.com/webapps/download/AutoDL?BundleId=10542";
md5 = "e2ad1c9e47f3e34d1efae059b9e2a2d9";
};
}