summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Asbach <asbachb@users.noreply.github.com>2021-06-28 16:24:52 -0500
committerBenjamin Asbach <asbachb@users.noreply.github.com>2021-07-21 19:48:14 -0600
commite1a569f3417c667c14a9522b16ad94c82647e99c (patch)
treee28761ec69b6cc41854866b195165e9ee54879c1
parentlinuxPackages_latest: 5.12.12 -> 5.13 (diff)
downloadnixpkgs-e1a569f3417c667c14a9522b16ad94c82647e99c.tar.gz
openjdk: 11.0.10+11 -> 11.0.11+9
fixes #128407
-rw-r--r--pkgs/development/compilers/openjdk/11.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/openjdk/11.nix b/pkgs/development/compilers/openjdk/11.nix
index 15238e63ecbd..c4b6c707f2b8 100644
--- a/pkgs/development/compilers/openjdk/11.nix
+++ b/pkgs/development/compilers/openjdk/11.nix
@@ -11,7 +11,7 @@
let
major = "11";
minor = "0";
- update = "10";
+ update = "11";
build = "9";
openjdk = stdenv.mkDerivation rec {
@@ -22,7 +22,7 @@ let
owner = "openjdk";
repo = "jdk${major}u";
rev = "jdk-${version}";
- sha256 = "06pm3hpz4ggiqwvkgzxr39y9kga7vk4flakfznz5979bvgb926vw";
+ sha256 = "0jncsj424340xjfwv6sx5hy9sas80qa3ymkx0ng3by3z01y5rgfx";
};
nativeBuildInputs = [ pkg-config autoconf unzip ];