jetbrains.phpstorm: 2019.2.1 -> 2019.2.3

This commit is contained in:
Edmund Wu 2019-09-27 15:57:03 -04:00
parent 2cffced76a
commit a440d6d7f1
No known key found for this signature in database
GPG Key ID: 76AA3F9F2BD3E3A0

View File

@ -315,12 +315,12 @@ in
phpstorm = buildPhpStorm rec {
name = "phpstorm-${version}";
version = "2019.2.1"; /* updated by script */
version = "2019.2.3"; /* 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 = "1m198p6586dych6mrgwqxs486qndypsmnikl0rxx45ddrwfjl42g"; /* updated by script */
sha256 = "0pra0hmyczxcxnvsc7rqiwhwj23ckx97c9m1wcyn7ik612xwik1i"; /* updated by script */
};
wmClass = "jetbrains-phpstorm";
update-channel = "PhpStorm RELEASE";