tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
zulu: 11.41.23 -> 11.50.19
Vanilla
4 years ago
8b1dae8b
0cc3f644
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
zulu
default.nix
+4
-4
pkgs/development/compilers/zulu/default.nix
···
22
}:
23
24
let
25
-
version = "11.41.23";
26
-
openjdk = "11.0.8";
27
28
-
sha256_linux = "f8aee4ab30ca11ab3c8f401477df0e455a9d6b06f2710b2d1b1ddcf06067bc79";
29
-
sha256_darwin = "643c6648cc4374f39e830e4fcb3d68f8667893d487c07eb7091df65937025cc3";
30
31
platform = if stdenv.isDarwin then "macosx" else "linux";
32
hash = if stdenv.isDarwin then sha256_darwin else sha256_linux;
···
22
}:
23
24
let
25
+
version = "11.50.19";
26
+
openjdk = "11.0.12";
27
28
+
sha256_linux = "b8e8a63b79bc312aa90f3558edbea59e71495ef1a9c340e38900dd28a1c579f3";
29
+
sha256_darwin = "9bc6874932f7f88d0a48220d3200449ddf7dc5c0e82af2df2738bc13d21b0e4e";
30
31
platform = if stdenv.isDarwin then "macosx" else "linux";
32
hash = if stdenv.isDarwin then sha256_darwin else sha256_linux;