Merge pull request #24281 from Ma27/update-phpstorm

idea.phpstorm: 2016.3.2 -> 2017.1
This commit is contained in:
Edward Tjörnhammar 2017-03-27 11:06:25 +02:00 committed by GitHub
commit f28d7f72df

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