Loading pkgs/development/compilers/corretto/11.nix +4 −4 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ }: let corretto = import ./mk-corretto.nix { corretto = import ./mk-corretto.nix rec { inherit lib stdenv rsync runCommand testers; jdk = jdk11; gradle = gradle_7; Loading @@ -20,12 +20,12 @@ let # Corretto, too. "--disable-warnings-as-errors" ]; version = "11.0.20.9.1"; version = "11.0.23.9.1"; src = fetchFromGitHub { owner = "corretto"; repo = "corretto-11"; rev = "b880bdc8397ec3dd6b7cd4b837ce846c9e902783"; sha256 = "sha256-IomJHQn0ZgqsBZ5BrRqVrEOhTq7wjLiIKMQlz53JxsU="; rev = version; sha256 = "sha256-qSx0kgXTgvsvBaEqgy7Jrp/c1Imoi5/IOqEWoLenJYI="; }; }; in Loading Loading
pkgs/development/compilers/corretto/11.nix +4 −4 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ }: let corretto = import ./mk-corretto.nix { corretto = import ./mk-corretto.nix rec { inherit lib stdenv rsync runCommand testers; jdk = jdk11; gradle = gradle_7; Loading @@ -20,12 +20,12 @@ let # Corretto, too. "--disable-warnings-as-errors" ]; version = "11.0.20.9.1"; version = "11.0.23.9.1"; src = fetchFromGitHub { owner = "corretto"; repo = "corretto-11"; rev = "b880bdc8397ec3dd6b7cd4b837ce846c9e902783"; sha256 = "sha256-IomJHQn0ZgqsBZ5BrRqVrEOhTq7wjLiIKMQlz53JxsU="; rev = version; sha256 = "sha256-qSx0kgXTgvsvBaEqgy7Jrp/c1Imoi5/IOqEWoLenJYI="; }; }; in Loading