corretto11: 11.0.29.7.1 -> 11.0.30.7.1

This commit is contained in:
Rolf Schröder
2026-03-01 08:24:07 +01:00
parent e13089578e
commit e449f33414
+2 -2
View File
@@ -20,12 +20,12 @@ let
;
jdk = jdk11;
gradle = gradle_8;
version = "11.0.29.7.1";
version = "11.0.30.7.1";
src = fetchFromGitHub {
owner = "corretto";
repo = "corretto-11";
rev = version;
hash = "sha256-/VlV8tAo1deOZ5Trc4VlLNtpjWx352qUGZmfVbj7HuU=";
hash = "sha256-SUdJlTYE+RRAZa8DhFW0EYW1kHmuNDG+hk+/3MXtx1w=";
};
};
in