Skip to content

Commit

Permalink
idea-community: 2016.3 -> 2016.3.2 (#21807)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek authored and globin committed Jan 11, 2017
1 parent 59ce8fd commit 0f83aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/idea/default.nix
Expand Up @@ -172,12 +172,12 @@ in

idea-community = buildIdea rec {
name = "idea-community-${version}";
version = "2016.3";
version = "2016.3.2";
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 = "1bp2a1x8nl5flklf160n7ka5clnb0xx9gwv5zd9li2bsf04zlzf3";
sha256 = "0ngign34gq7i121ss2s9wfziy3vkv1jb79pw8nf1qp7rb15xn4vc";
};
wmClass = "jetbrains-idea-ce";
};
Expand Down

0 comments on commit 0f83aa5

Please sign in to comment.