Skip to content

Commit

Permalink
idea-community: 2016.3.5 -> 2017.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Mar 24, 2017
1 parent 64f9673 commit da13619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/idea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@ in

idea-community = buildIdea rec {
name = "idea-community-${version}";
version = "2016.3.5";
version = "2017.1";
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 = "0v5wxjbzrax688knjsf7xd956i8pq5i4svkgnrrc4s390f0ixnl5";
sha256 = "0pfsf7ykwixvljcmrv4gldaaflf13brch70cd6xpax0m89vm22vm";
};
wmClass = "jetbrains-idea-ce";
};
Expand Down

0 comments on commit da13619

Please sign in to comment.