Skip to content

Commit

Permalink
Merge pull request #90234 from asbachb/update-jdk-11.0.7
Browse files Browse the repository at this point in the history
openjdk: 11.0.6 -> 11.0.7
  • Loading branch information
flokli committed Jun 18, 2020
2 parents 6b2c9aa + 890485a commit ccaa301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/compilers/openjdk/11.nix
Expand Up @@ -10,7 +10,7 @@

let
major = "11";
update = ".0.6";
update = ".0.7";
build = "ga";

openjdk = stdenv.mkDerivation rec {
Expand All @@ -19,7 +19,7 @@ let

src = fetchurl {
url = "http://hg.openjdk.java.net/jdk-updates/jdk${major}u/archive/jdk-${version}.tar.gz";
sha256 = "1w6n0cnz9izpjb3sc870q7a0jz85a6c7fiszymxin10cnsajkzir";
sha256 = "14daacng9ndxf4kmvsn7nracwfiwwmw5rha8rkk3723pfk9g8q7p";
};

nativeBuildInputs = [ pkgconfig autoconf ];
Expand Down Expand Up @@ -135,7 +135,7 @@ let
homepage = "http://openjdk.java.net/";
license = licenses.gpl2;
description = "The open-source Java Development Kit";
maintainers = with maintainers; [ edwtjo ];
maintainers = with maintainers; [ edwtjo asbachb ];
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" "armv7l-linux" "armv6l-linux" ];
};

Expand Down

0 comments on commit ccaa301

Please sign in to comment.