jetbrains.jdk: 17.0.5-b653.14 → 17.0.5-b653.25

authored by

Fabián Heredia Montiel and committed by
Edward Tjörnhammar
7440f74a d1b0bcc0

+2 -2
+2 -2
pkgs/development/compilers/jetbrains-jdk/default.nix
··· 30 30 openjdk17.overrideAttrs (oldAttrs: rec { 31 31 pname = "jetbrains-jdk-jcef"; 32 32 javaVersion = "17.0.5"; 33 - build = "653.14"; 33 + build = "653.25"; 34 34 # To get the new tag: 35 35 # git clone https://github.com/jetbrains/jetbrainsruntime 36 36 # cd jetbrainsruntime ··· 43 43 owner = "JetBrains"; 44 44 repo = "JetBrainsRuntime"; 45 45 rev = "jb${version}"; 46 - hash = "sha256-7Nx7Y12oMfs4zeQMSfnUaDCW1xJYMEkcoTapSpmVCfU="; 46 + hash = "sha256-/3NzluFpzKC8mFQxrKY9WlgBh9asbEE7lrGJy/ZJXRU="; 47 47 }; 48 48 49 49 BOOT_JDK = openjdk17-bootstrap.home;