jetbrains.jdk: 451 -> 485.1
This commit is contained in:
parent
6b91398870
commit
c43c2d67fe
@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
let drv = stdenv.mkDerivation rec {
|
let drv = stdenv.mkDerivation rec {
|
||||||
pname = "jetbrainsjdk";
|
pname = "jetbrainsjdk";
|
||||||
version = "451";
|
version = "485.1";
|
||||||
|
|
||||||
src = if stdenv.hostPlatform.system == "x86_64-linux" then
|
src = if stdenv.hostPlatform.system == "x86_64-linux" then
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = "https://bintray.com/jetbrains/intellij-jbr/download_file?file_path=jbrsdk-11_0_4-linux-x64-b${version}.tar.gz";
|
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
|
else
|
||||||
throw "unsupported system: ${stdenv.hostPlatform.system}";
|
throw "unsupported system: ${stdenv.hostPlatform.system}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user