Skip to content

Commit

Permalink
pycharm-professional: 2016.3.2 -> 2017.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drdaeman committed Mar 29, 2017
1 parent 5030faf commit 43dc760
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 @@ -268,12 +268,12 @@ in

pycharm-professional = buildPycharm rec {
name = "pycharm-professional-${version}";
version = "2016.3.2";
version = "2017.1";
description = "PyCharm Professional Edition";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/python/${name}.tar.gz";
sha256 = "1nylq0fyvix68l4dp9852dak58dbiamjphx2hin087cadaji6r63";
sha256 = "1rvic3njsq480pslhw6rxld7jngchihkplq3dfnmkr2h9gx26lkf";
};
wmClass = "jetbrains-pycharm";
};
Expand Down

0 comments on commit 43dc760

Please sign in to comment.