openjdk17: 17.0.6+10 → 17.0.7+7

This commit is contained in:
Fabián Heredia Montiel 2023-06-13 18:15:13 -06:00
parent 1997c731f1
commit b8ad87becf

View file

@ -11,8 +11,8 @@
let
version = {
feature = "17";
interim = ".0.6";
build = "10";
interim = ".0.7";
build = "7";
};
# when building a headless jdk, also bootstrap it with a headless jdk
@ -26,7 +26,7 @@ let
owner = "openjdk";
repo = "jdk${version.feature}u";
rev = "jdk-${version.feature}${version.interim}+${version.build}";
sha256 = "sha256-zPpINi++3Ct0PCwlwlfhceh/ploMkclw+MgeI9dULdc=";
sha256 = "sha256-S6QOB4Tbi+K1yjvvywTfvwFI2eX8AiqIx5c3zfxcskc=";
};
nativeBuildInputs = [ pkg-config autoconf unzip ];