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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user