Fix hash for JDK: was duplicate
svn path=/nixpkgs/trunk/; revision=13950
This commit is contained in:
parent
a815367a7a
commit
9dcefd67ec
@ -19,7 +19,7 @@ stdenv.mkDerivation ({
|
|||||||
if stdenv.system == "i686-linux" then
|
if stdenv.system == "i686-linux" then
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = http://download.java.net/dlj/binaries/jdk-6u11-dlj-linux-i586.bin;
|
url = http://download.java.net/dlj/binaries/jdk-6u11-dlj-linux-i586.bin;
|
||||||
md5 = "0f687b6dbfe54e117bb0d9e090fda20b";
|
md5 = "e5eef98bc477675c66e053fc3635e645";
|
||||||
}
|
}
|
||||||
else if stdenv.system == "x86_64-linux" then
|
else if stdenv.system == "x86_64-linux" then
|
||||||
fetchurl {
|
fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user