zulu: 9.0.4 -> 10
This commit is contained in:
parent
f00db926c6
commit
351688f53e
@ -4,11 +4,11 @@
|
|||||||
, swingSupport ? true }:
|
, swingSupport ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "9.0.0.15";
|
version = "10.1+11";
|
||||||
openjdk = "9.0.0";
|
openjdk = "10";
|
||||||
|
|
||||||
sha256_linux = "0s9vr135yhdnxqds4hfafyrlh33j6g78v6l1v0ap2y6yqgabh9qi";
|
sha256_linux = "0g51n2zc7inal29n5ly3mrrfj15c7vl87zb6b2r1q67n4mnbrgm8";
|
||||||
sha256_darwin = "104w1msrwijf8dv3n65hjinp7i47z6ygzjipdzqriqam2zljxn4b";
|
sha256_darwin = "1c5ib136nv6gz7ij31mg15nhzrl6zr7kp8spm17zwm1ib82bc73y";
|
||||||
|
|
||||||
platform = if stdenv.isDarwin then "macosx" else "linux";
|
platform = if stdenv.isDarwin then "macosx" else "linux";
|
||||||
hash = if stdenv.isDarwin then sha256_darwin else sha256_linux;
|
hash = if stdenv.isDarwin then sha256_darwin else sha256_linux;
|
||||||
|
@ -6894,8 +6894,7 @@ with pkgs;
|
|||||||
z88dk = callPackage ../development/compilers/z88dk { };
|
z88dk = callPackage ../development/compilers/z88dk { };
|
||||||
|
|
||||||
zulu8 = callPackage ../development/compilers/zulu/8.nix { };
|
zulu8 = callPackage ../development/compilers/zulu/8.nix { };
|
||||||
zulu9 = callPackage ../development/compilers/zulu { };
|
zulu = callPackage ../development/compilers/zulu { };
|
||||||
zulu = zulu9;
|
|
||||||
|
|
||||||
### DEVELOPMENT / INTERPRETERS
|
### DEVELOPMENT / INTERPRETERS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user