Merge pull request #28071 from karolchmist/idea-ultimate-2017.1.2

idea-ultimate: 2017.1.5 -> 2017.2.1
This commit is contained in:
Tim Steinbach 2017-08-10 14:49:14 -04:00 committed by GitHub
commit debbd82194

View File

@ -307,12 +307,12 @@ in
idea-ultimate = buildIdea rec {
name = "idea-ultimate-${version}";
version = "2017.1.5";
version = "2017.2.1";
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}-no-jdk.tar.gz";
sha256 = "0gjj2g9fcrbbbp3v4clg0kj48qdw0gqcn9im4h8p3z2zscpg16ag";
sha256 = "0y3r82i229d7lywixyifv4kkrwivixl75flagaqbkzw3j9wklg3k";
};
wmClass = "jetbrains-idea";
update-channel = "IDEA_Release";