javaPackages.openjdk17: Fix download URL

The current build attempts to fetch
https://cdn.azul.com/zulu/bin/zulu17.30.19-ca-jdk17.0.1-macosx_aarch64.tar.gz
on aarch64-darwin, and that URL does not exist.

Changing the Zulu version to 17.30.19 to 17.30.15 fixes the URL, and
the hash requires no changes, indicating that the hash must have
originally been computed for version 17.30.15 anyway.
This commit is contained in:
Gabriella Gonzalez 2021-12-09 23:48:31 -08:00
parent 0fdb0d6e5b
commit 78cad27273

@ -12,7 +12,7 @@ let
aarch64-darwin = {
arch = "aarch64";
zuluVersion = "17.30.19";
zuluVersion = "17.30.15";
jdkVersion = "17.0.1";
sha256 = "sha256-zhBCXOnO/fsj6+q+vAlEz7QVMRFKLVvYnjwZzFz6mRM=";
};