···
name = "clion-${version}";
123
-
version = "2016.2.2";
123
+
version = "2016.2.3";
description = "C/C++ IDE. New. Intelligent. Cross-platform";
license = stdenv.lib.licenses.unfree;
url = "https://download.jetbrains.com/cpp/CLion-${version}.tar.gz";
128
-
sha256 = "06aq3lfccki9203gjvibzj3gn9d82pc6s5z0m3fnf049zxk58ndi";
128
+
sha256 = "1gcglxmffq815r97wyy2wx1jsv467qyys8c0m5dv3yjdxknccbqd";
wmClass = "jetbrains-clion";
···
idea-community = buildIdea rec {
name = "idea-community-${version}";
159
-
version = "2016.2.4";
159
+
version = "2016.2.5";
description = "Integrated Development Environment (IDE) by Jetbrains, community edition";
license = stdenv.lib.licenses.asl20;
url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz";
164
-
sha256 = "0hk7z402qvkaa6hkhh4wsqxki2bnai5qkd2r0ngvy8kd71svrldz";
164
+
sha256 = "0d1pssnrn36fibwsyjh30fsd5hn7qw3nljdnwg40q52skilcdk0v";
wmClass = "jetbrains-idea-ce";
···
idea-ultimate = buildIdea rec {
name = "idea-ultimate-${version}";
195
-
version = "2016.2.4";
195
+
version = "2016.2.5";
description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license";
license = stdenv.lib.licenses.unfree;
url = "https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz";
200
-
sha256 = "165nchdnbyp85r2w0riv87j77lb7r492dkwrvm8q7qjnlfgznh7r";
200
+
sha256 = "0g8v3fw3610gyi25x489vlb72200rgb3b4rwh0igr4w35gwdv91h";
wmClass = "jetbrains-idea";
ruby-mine = buildRubyMine rec {
name = "ruby-mine-${version}";
207
-
version = "2016.2.2";
207
+
version = "2016.2.4";
description = "The Most Intelligent Ruby and Rails IDE";
license = stdenv.lib.licenses.unfree;
url = "https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz";
212
-
sha256 = "1ck4axjbrvq2n1j2rvf9a2f7dqvalg2b8sqy9n9qkzdn04szaqsl";
212
+
sha256 = "14c1afkmny78vj434y46nja3v9smzcqsfdkhr83bqic1a0h4g84w";
wmClass = "jetbrains-rubymine";
···
webstorm = buildWebStorm rec {
name = "webstorm-${version}";
291
-
version = "2016.2.2";
291
+
version = "2016.2.4";
description = "Professional IDE for Web and JavaScript development";
license = stdenv.lib.licenses.unfree;
url = "https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz";
296
-
sha256 = "0n2fvhjasklshyfcbwwn6wahzld8x65bid08245awdqv33p87bq6";
296
+
sha256 = "1h61l44xnbcdb26q8ylb25sj3rs43nxki203i2jra2i6j5jzxrvg";
wmClass = "jetbrains-webstorm";