Merge pull request #33688 from concatime/patch-1

jetbrainsjdk: 1036.1 ~> 1136.20 (based on build #181.4203)
This commit is contained in:
Jörg Thalheim 2018-04-08 11:33:37 +01:00 committed by GitHub
commit 5484a90490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}";