3
0
Fork 0
forked from mirrors/nixpkgs

jetbrains.idea-ultimate: 2017.2.2 -> 2017.2.4

This commit is contained in:
Andreas Rammhold 2017-09-20 12:45:40 +02:00
parent d6663a559c
commit 74d7542892
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -268,12 +268,12 @@ in
idea-ultimate = buildIdea rec {
name = "idea-ultimate-${version}";
version = "2017.2.2"; /* updated by script */
version = "2017.2.4"; /* updated by script */
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 = "b8eb9d612800cc896eb6b6fbefbf9f49d92d2350ae1c3c4598e5e12bf93be401"; /* updated by script */
sha256 = "1qwqk1r42llh8py0w2iq4w1ks3ipzsxkbdz0zkrd1572zngpk90m"; /* updated by script */
};
wmClass = "jetbrains-idea";
update-channel = "IDEA_Release";