openjdk: pin jce-policies to a version using wayback machine
Co-authored-by: SuperSandro2000 <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
2c62693eba
commit
6893810bd8
3 changed files with 5 additions and 8 deletions
|
@ -23,14 +23,13 @@ let
|
||||||
zuluVersion = "11.48.21";
|
zuluVersion = "11.48.21";
|
||||||
jdkVersion = "11.0.11";
|
jdkVersion = "11.0.11";
|
||||||
sha256 =
|
sha256 =
|
||||||
if enableJavaFX then "ef0de2705c6c2d586812f7f3736b70e22b069545b38034816016f9f264ad43f9"
|
if enableJavaFX then "ef0de2705c6c2d586812f7f3736b70e22b069545b38034816016f9f264ad43f9"
|
||||||
else "066whglrxx81c95grv2kxdbvyh32728ixhml2v44ildh549n4lhc";
|
else "066whglrxx81c95grv2kxdbvyh32728ixhml2v44ildh549n4lhc";
|
||||||
};
|
};
|
||||||
}."${stdenv.hostPlatform.system}";
|
}."${stdenv.hostPlatform.system}";
|
||||||
|
|
||||||
jce-policies = fetchurl {
|
jce-policies = fetchurl {
|
||||||
# Ugh, unversioned URLs... I hope this doesn't change often enough to cause pain before we move to a Darwin source build of OpenJDK!
|
url = "https://web.archive.org/web/20211126120343/http://cdn.azul.com/zcek/bin/ZuluJCEPolicies.zip";
|
||||||
url = "http://cdn.azul.com/zcek/bin/ZuluJCEPolicies.zip";
|
|
||||||
sha256 = "0nk7m0lgcbsvldq2wbfni2pzq8h818523z912i7v8hdcij5s48c0";
|
sha256 = "0nk7m0lgcbsvldq2wbfni2pzq8h818523z912i7v8hdcij5s48c0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,7 @@ let
|
||||||
}."${stdenv.hostPlatform.system}";
|
}."${stdenv.hostPlatform.system}";
|
||||||
|
|
||||||
jce-policies = fetchurl {
|
jce-policies = fetchurl {
|
||||||
# Ugh, unversioned URLs... I hope this doesn't change often enough to cause pain before we move to a Darwin source build of OpenJDK!
|
url = "https://web.archive.org/web/20211126120343/http://cdn.azul.com/zcek/bin/ZuluJCEPolicies.zip";
|
||||||
url = "http://cdn.azul.com/zcek/bin/ZuluJCEPolicies.zip";
|
|
||||||
sha256 = "0nk7m0lgcbsvldq2wbfni2pzq8h818523z912i7v8hdcij5s48c0";
|
sha256 = "0nk7m0lgcbsvldq2wbfni2pzq8h818523z912i7v8hdcij5s48c0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,7 @@ let
|
||||||
}."${stdenv.hostPlatform.system}";
|
}."${stdenv.hostPlatform.system}";
|
||||||
|
|
||||||
jce-policies = fetchurl {
|
jce-policies = fetchurl {
|
||||||
# Ugh, unversioned URLs... I hope this doesn't change often enough to cause pain before we move to a Darwin source build of OpenJDK!
|
url = "https://web.archive.org/web/20211126120343/http://cdn.azul.com/zcek/bin/ZuluJCEPolicies.zip";
|
||||||
url = "http://cdn.azul.com/zcek/bin/ZuluJCEPolicies.zip";
|
|
||||||
sha256 = "0nk7m0lgcbsvldq2wbfni2pzq8h818523z912i7v8hdcij5s48c0";
|
sha256 = "0nk7m0lgcbsvldq2wbfni2pzq8h818523z912i7v8hdcij5s48c0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue