fix small oversight for new minecraft versions (JDK 21 is now mandatory for 1.20.5+)

This commit is contained in:
Hustler One 2024-06-19 11:48:43 +02:00
parent 0e73bff14c
commit 1b8d45d04f
No known key found for this signature in database
GPG Key ID: 64F5918CC91B559C

View File

@ -6,6 +6,7 @@
, wrapQtAppsHook
, jdk8
, jdk17
, jdk21
, xorg
, libpulseaudio
, qtbase
@ -16,7 +17,7 @@
, wayland
, qtwayland
, msaClientID ? ""
, jdks ? [ jdk17 jdk8 ]
, jdks ? [ jdk21 jdk17 jdk8 ]
, enableLTO ? false
# flake
, self