keystore-explorer: use jdk17

Java 17 is the new minimal version as stated in release notes of 5.6.1
This commit is contained in:
Adomas Jatužis
2026-02-11 08:45:28 +02:00
parent 43ee117382
commit 8458791070
@@ -2,13 +2,13 @@
fetchzip,
lib,
stdenv,
jdk11,
jdk17,
runtimeShell,
glib,
wrapGAppsHook3,
}:
let
jdk = jdk11;
jdk = jdk17;
in
stdenv.mkDerivation (finalAttrs: {
version = "5.6.1";