jetbrains.idea-community: 2019.2.1 -> 2019.2.2

This commit is contained in:
Edmund Wu 2019-09-06 17:42:06 -04:00
parent 308a8d3f85
commit a803e915af
No known key found for this signature in database
GPG Key ID: 76AA3F9F2BD3E3A0

View File

@ -289,12 +289,12 @@ in
idea-community = buildIdea rec {
name = "idea-community-${version}";
version = "2019.2.1"; /* updated by script */
version = "2019.2.2"; /* 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 = "1pbqnyqly09m7lw6356dydbvppq4i94rsk7c3y40mrc285qzj413"; /* updated by script */
sha256 = "1bqzfg2yk12wq523nw4s8zxjzcbl9hrdlk2jd9vywjbaa4ll4bgs"; /* updated by script */
};
wmClass = "jetbrains-idea-ce";
update-channel = "IntelliJ IDEA RELEASE";