Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
openjdk: 11.0.2-b9 -> 11.0.3-ga
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 17, 2019
1 parent 0540650 commit eb970c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/compilers/openjdk/11.nix
Expand Up @@ -18,16 +18,16 @@ let
else "amd64";

major = "11";
update = ".0.2";
build = "9";
repover = "jdk-${major}${update}+${build}";
update = ".0.3";
build = "ga";
repover = "jdk-${major}${update}-${build}";

openjdk = stdenv.mkDerivation {
name = "openjdk-${major}${update}-b${build}";
name = "openjdk-${major}${update}-${build}";

src = fetchurl {
url = "http://hg.openjdk.java.net/jdk-updates/jdk${major}u/archive/${repover}.tar.gz";
sha256 = "0xc7nksvj72cgw8zrmvlcwaasinpij1j1959398a4nqvzpvpxg30";
sha256 = "1v6pam38iidlhz46046h17hf5kki6n3kl302awjcyxzk7bmkvb8x";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit eb970c5

Please sign in to comment.