Skip to content

Commit

Permalink
idea.phpstorm: 2016.3.2 -> 2017.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Mar 24, 2017
1 parent 82adcd6 commit bde3acb
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 @@ -280,12 +280,12 @@ in

phpstorm = buildPhpStorm rec {
name = "phpstorm-${version}";
version = "2016.3.2";
version = "2017.1";
description = "Professional IDE for Web and PHP developers";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz";
sha256 = "05ylhpn1mijjphcmv6ay3123xp72yypw19430dgr8101zpsnifa5";
sha256 = "1ynffm5x8fqq2r71rr9rbvdifbwbvbhqb2x1hkyy4az38gxal1bm";
};
wmClass = "jetbrains-phpstorm";
};
Expand Down

0 comments on commit bde3acb

Please sign in to comment.