Skip to content

Commit

Permalink
idea-community: 2016.3.3 -> 2016.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldff authored and globin committed Feb 20, 2017
1 parent 27bcb85 commit 1daf49c
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.3";
version = "2016.3.4";
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 = "1v9rzfj84fyz3m3b6bh45jns8wcil9n8f8mfha0x8m8534r6w368";
sha256 = "712dccd726b43e2187e8025a6effb711d35310b36d553dbf7bf85400ec1cec15";
};
wmClass = "jetbrains-idea-ce";
};
Expand Down

0 comments on commit 1daf49c

Please sign in to comment.