jetbrainsjdk: 1036.1 ~> 1136.20 (build 181.4203)

This commit is contained in:
Issam Maghni 2018-01-10 00:29:20 -05:00
parent fb42172cf6
commit eff7a19d97

View File

@ -7,13 +7,13 @@
let drv = stdenv.mkDerivation rec {
pname = "jetbrainsjdk";
version = "152b1036.1";
version = "152b1136.20";
name = pname + "-" + version;
src = if stdenv.system == "x86_64-linux" then
fetchurl {
url = "https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbsdk8u${version}_linux_x64.tar.gz";
sha256 = "1768f02i3dxdbxn8n29d522h8v0mkgnhpb8ixzq5p54vwjmfl6md";
sha256 = "0sqr8f3z062kwcxh3dxnan45ldas438blbc69z0pypbhc8c2sk2b";
}
else
throw "unsupported system: ${stdenv.system}";