Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
jetbrains-jdk: 152b1248.6 -> 202b1483.37
Browse files Browse the repository at this point in the history
  • Loading branch information
Averell Dalton committed Mar 28, 2019
1 parent 9bba3e7 commit 6c011a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/jetbrains-jdk/default.nix
Expand Up @@ -7,12 +7,12 @@

let drv = stdenv.mkDerivation rec {
pname = "jetbrainsjdk";
version = "152b1248.6";
version = "202b1483.37";
name = pname + "-" + version;

src = if stdenv.hostPlatform.system == "x86_64-linux" then
fetchurl {
url = "https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbsdk8u${version}_linux_x64.tar.gz";
url = "https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbrsdk8u${version}_linux_x64.tar.gz";
sha256 = "12l81g8zhaymh4rzyfl9nyzmpkgzc7wrphm3j4plxx129yn9i7d7";
}
else
Expand Down

0 comments on commit 6c011a0

Please sign in to comment.