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