openjdk11: 11.0.18+10 → 11.0.19+7

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

View file

@ -11,8 +11,8 @@
let
major = "11";
minor = "0";
update = "18";
build = "10";
update = "19";
build = "7";
# when building a headless jdk, also bootstrap it with a headless jdk
openjdk-bootstrap = openjdk11-bootstrap.override { gtkSupport = !headless; };
@ -25,7 +25,7 @@ let
owner = "openjdk";
repo = "jdk${major}u";
rev = "jdk-${version}";
sha256 = "sha256-QGOpMIrWwOtIcUY/CLbTRDvcVTG2xioZu46v+n+IIQ4=";
sha256 = "sha256-mp8toB1dWcwOtMqNFd7UwRg8pLJckovqD/LD5p9zUoA=";
};
nativeBuildInputs = [ pkg-config autoconf unzip ];