jetbrains.jdk: 17.0.6-b829.9 → 17.0.7-b829.16

This commit is contained in:
Fabián Heredia Montiel 2023-06-13 20:22:49 -06:00
parent b8ad87becf
commit d106eaeb83

View File

@ -29,8 +29,8 @@
openjdk17.overrideAttrs (oldAttrs: rec {
pname = "jetbrains-jdk-jcef";
javaVersion = "17.0.6";
build = "829.9";
javaVersion = "17.0.7";
build = "829.16";
# To get the new tag:
# git clone https://github.com/jetbrains/jetbrainsruntime
# cd jetbrainsruntime
@ -43,7 +43,7 @@ openjdk17.overrideAttrs (oldAttrs: rec {
owner = "JetBrains";
repo = "JetBrainsRuntime";
rev = "jb${version}";
hash = "sha256-E0pk2dz+iLKuQqMvczWNwy9ifLO8YGKXlKt3MQgiRXo=";
hash = "sha256-b3wW52knkYUeG8h4naTQLGUedhAMiPnUsn3zFAiJCwM=";
};
BOOT_JDK = openjdk17-bootstrap.home;