zulu: 9.0.4 -> 10

This commit is contained in:
Tim Steinbach 2018-03-25 00:41:17 -04:00
parent f00db926c6
commit 351688f53e
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA
2 changed files with 5 additions and 6 deletions

View file

@ -4,11 +4,11 @@
, swingSupport ? true }:
let
version = "9.0.0.15";
openjdk = "9.0.0";
version = "10.1+11";
openjdk = "10";
sha256_linux = "0s9vr135yhdnxqds4hfafyrlh33j6g78v6l1v0ap2y6yqgabh9qi";
sha256_darwin = "104w1msrwijf8dv3n65hjinp7i47z6ygzjipdzqriqam2zljxn4b";
sha256_linux = "0g51n2zc7inal29n5ly3mrrfj15c7vl87zb6b2r1q67n4mnbrgm8";
sha256_darwin = "1c5ib136nv6gz7ij31mg15nhzrl6zr7kp8spm17zwm1ib82bc73y";
platform = if stdenv.isDarwin then "macosx" else "linux";
hash = if stdenv.isDarwin then sha256_darwin else sha256_linux;

View file

@ -6894,8 +6894,7 @@ with pkgs;
z88dk = callPackage ../development/compilers/z88dk { };
zulu8 = callPackage ../development/compilers/zulu/8.nix { };
zulu9 = callPackage ../development/compilers/zulu { };
zulu = zulu9;
zulu = callPackage ../development/compilers/zulu { };
### DEVELOPMENT / INTERPRETERS