3
0
Fork 0
forked from mirrors/nixpkgs

jetbrains.idea-community: 2017.2.5 -> 2017.2.6

This commit is contained in:
Aleksey Kladov 2017-11-14 21:47:40 +03:00
parent 26798bd6e0
commit 4bea8599ba

View file

@ -265,12 +265,12 @@ in
idea-community = buildIdea rec {
name = "idea-community-${version}";
version = "2017.2.5"; /* updated by script */
version = "2017.2.6"; /* updated by script */
description = "Integrated Development Environment (IDE) by Jetbrains, community edition";
license = stdenv.lib.licenses.asl20;
src = fetchurl {
url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz";
sha256 = "01p63wsy60icy4673ci435rmzpjfkyz7a8w413vw45i2bm76skhr"; /* updated by script */
sha256 = "150zq3wk7gsn1ibx5nkq9smfcf9n1lk347vj47yb1nwzcq0vmj2p"; /* updated by script */
};
wmClass = "jetbrains-idea-ce";
update-channel = "IDEA_Release";