jetbrains: 11_0_11-b1504.13 -> 11_0_13-b1751.25

synched with ides according to https://github.com/JetBrains/JetBrainsRuntime#releases
This commit is contained in:
Jörg Thalheim 2022-02-08 16:27:03 +01:00 committed by Jonathan Ringer
parent 2909f5b041
commit cff82556ec

View file

@ -2,12 +2,13 @@
openjdk11.overrideAttrs (oldAttrs: rec {
pname = "jetbrains-jdk";
version = "11_0_11-b1504.13";
version = "11_0_13-b1751.25";
src = fetchFromGitHub {
owner = "JetBrains";
repo = "JetBrainsRuntime";
rev = "jb${version}";
sha256 = "1xpgsgmmj5jp5qyw98hqmik6a7z3hfwmij023ij3qqymyj3nhm2i";
sha256 = "sha256-TPNYZUkAoiZfp7Ci3fslKnRNGY1lnyIhXYUt6J31lwI=";
};
patches = [];
meta = with lib; {