Skip to content

Commit

Permalink
jetbrains.idea-community: 2018.3.2 -> 2018.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
baracoder committed Jan 16, 2019
1 parent 878a1a3 commit 443f806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/jetbrains/default.nix
Expand Up @@ -289,12 +289,12 @@ in

idea-community = buildIdea rec {
name = "idea-community-${version}";
version = "2018.3.2"; /* updated by script */
version = "2018.3.3"; /* 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 = "0kmhrwcpv9mwzkbd0a73nxly69ld7cydkj8df0260bhqq3daars2"; /* updated by script */
sha256 = "1c9x3m7dknqr6yxqnn2ch3akwm6yskpmy32hcbjg7s87g1n6gy8m"; /* updated by script */
};
wmClass = "jetbrains-idea-ce";
update-channel = "IntelliJ IDEA Release";
Expand Down

0 comments on commit 443f806

Please sign in to comment.