jetbrains.phpstorm: 2018.1.6 -> 2018.2

This commit is contained in:
Jiri Danek 2018-07-29 16:45:39 +02:00
parent d3a94427f5
commit 4172475f5f

View file

@ -314,15 +314,15 @@ in
phpstorm = buildPhpStorm rec {
name = "phpstorm-${version}";
version = "2018.1.6"; /* updated by script */
version = "2018.2"; /* updated by script */
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 = "0v07sfg7ywawk6wb52zhr3753hscpxw3m53ppgw4n50dcdwx0kdn"; /* updated by script */
sha256 = "15czwk15c1gnf7xrgm423xafsw55083dd6g15g69zs0l9psrss31"; /* updated by script */
};
wmClass = "jetbrains-phpstorm";
update-channel = "PhpStorm 2018.1";
update-channel = "PhpStorm 2018.2";
};
pycharm-community = buildPycharm rec {