3
0
Fork 0
forked from mirrors/nixpkgs

jetbrains.phpstorm: 2017.3.4 -> 2017.3.5

This commit is contained in:
Averell Dalton 2018-03-14 08:32:26 +01:00 committed by Edward Tjörnhammar
parent a144405dd9
commit 9438b02411

View file

@ -299,12 +299,12 @@ in
phpstorm = buildPhpStorm rec {
name = "phpstorm-${version}";
version = "2017.3.4"; /* updated by script */
version = "2017.3.5"; /* 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 = "1hxkn0p0lp021bbysypwn8s69iggb76iwq38jv5a1ql7v5r1nwvd"; /* updated by script */
sha256 = "1mcq8n7rd074aghmiyqf1yg3qvs28w97kk4dygj2a46y3s1ha4cd"; /* updated by script */
};
wmClass = "jetbrains-phpstorm";
update-channel = "PS2017.3";