jetbrains.jdk: 451 -> 485.1

This commit is contained in:
Edmund Wu 2019-09-27 16:01:58 -04:00
parent 6b91398870
commit c43c2d67fe
No known key found for this signature in database
GPG key ID: 76AA3F9F2BD3E3A0

View file

@ -7,12 +7,12 @@
let drv = stdenv.mkDerivation rec {
pname = "jetbrainsjdk";
version = "451";
version = "485.1";
src = if stdenv.hostPlatform.system == "x86_64-linux" then
fetchurl {
url = "https://bintray.com/jetbrains/intellij-jbr/download_file?file_path=jbrsdk-11_0_4-linux-x64-b${version}.tar.gz";
sha256 = "05khf817i8lywfdp68a6lniv8hgi20rmnxqp3963k6vw41ar9qba";
sha256 = "18jnn0dra9nsnyllwq0ljxzr58k2pg8d0kg10y39vnxwccic4f76";
}
else
throw "unsupported system: ${stdenv.hostPlatform.system}";