jetbrains.phpstorm: 2017.2.1 -> 2017.2.2

This commit is contained in:
Andreas Rammhold 2017-09-20 12:46:07 +02:00
parent 74d7542892
commit 5f9a4cb163
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -281,12 +281,12 @@ in
phpstorm = buildPhpStorm rec {
name = "phpstorm-${version}";
version = "2017.2.1"; /* updated by script */
version = "2017.2.4"; /* 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 = "2f1af9ef6e9cda25a809a19a25f2d4fbaef00edf9d1d5a195572ab5e04e71e5e"; /* updated by script */
sha256 = "0hn3x5wid2z7s2mhnxfqh2yhdkscccpbz7qgsxkjvmkxcynazrvy"; /* updated by script */
};
wmClass = "jetbrains-phpstorm";
update-channel = "PS2017.2";