Skip to content

Commit

Permalink
pycharm-community: 2017.1.2 -> 2017.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
drdaeman committed May 25, 2017
1 parent 2a40f06 commit d1844f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/jetbrains/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -305,12 +305,12 @@ in

pycharm-community = buildPycharm rec {
name = "pycharm-community-${version}";
version = "2017.1.2";
version = "2017.1.3";
description = "PyCharm Community Edition";
license = stdenv.lib.licenses.asl20;
src = fetchurl {
url = "https://download.jetbrains.com/python/${name}.tar.gz";
sha256 = "03c352lj6vnc7cs5ch8p12i4f95qadnibzbrxmxv5xqglpdrp7g9";
sha256 = "06sai589zli5xaggfk4g0j0grbw9mya9qlwabmxh9414qq3bzvbd";
};
wmClass = "jetbrains-pycharm-ce";
};
Expand Down

0 comments on commit d1844f4

Please sign in to comment.