Skip to content

Commit

Permalink
openjdk14: 14.0.1 -> 14.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bachp committed Aug 2, 2020
1 parent 1f0baf9 commit ef7c2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/openjdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

let
major = "14";
update = ".0.1";
update = ".0.2";
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 = "0ic7dcrzk62jc65yrshs6xlclmsha7z52bia5s2bkllw1zpmdmip";
sha256 = "1s1pc6ihzf0awp4hbaqfxmbica0hnrg8nr7s0yd2hfn7nan8xmf3";
};

nativeBuildInputs = [ pkgconfig autoconf ];
Expand Down

0 comments on commit ef7c2d3

Please sign in to comment.