idea-ultimate: 2017.1.1 -> 2017.1.2

Changed to using the no-jdk version which is ~80MB smaller since we're using the
Nix JDK.
This commit is contained in:
Björn Andersson 2017-05-09 16:31:43 +08:00
parent c5badb123a
commit 5fdc93b0c6

View File

@ -269,12 +269,12 @@ in
idea-ultimate = buildIdea rec {
name = "idea-ultimate-${version}";
version = "2017.1.1";
version = "2017.1.2";
description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz";
sha256 = "18z9kv2nk8fgpns8r4ra39hs4d2v3knnwv9a996wrrbsfc9if8lp";
url = "https://download.jetbrains.com/idea/ideaIU-${version}-no-jdk.tar.gz";
sha256 = "03p5946j8m1v2ca21fz4cy4d90y6ksb8xcgd6ff7g15lg46hpjsm";
};
wmClass = "jetbrains-idea";
};