3
0
Fork 0
forked from mirrors/nixpkgs

jetbrains.idea-community: 2018.2.5 -> 2018.2.6

This commit is contained in:
Edmund Wu 2018-11-15 17:18:58 -05:00
parent 2787e2c75e
commit c2bbfa56ed
No known key found for this signature in database
GPG key ID: 43C9E53FFCF51DEC

View file

@ -289,12 +289,12 @@ in
idea-community = buildIdea rec {
name = "idea-community-${version}";
version = "2018.2.5"; /* updated by script */
version = "2018.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 = "0jnnmhn1gba670q2yprlh3ypa6k21pbg91pshz9aqkdhhmzk4759"; /* updated by script */
sha256 = "02hpbyivji9vnik7p04zrja1rhhl49r0365g0i6sa1rrwd1fhvwf"; /* updated by script */
};
wmClass = "jetbrains-idea-ce";
update-channel = "IntelliJ IDEA Release";