idea.phpstorm: 2016.3.2 -> 2017.1

This commit is contained in:
Maximilian Bosch 2017-03-24 12:12:50 +01:00
parent 82adcd6cfb
commit bde3acbd2a
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -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";
};