jetbrains.webstorm: 2017.2.4 -> 2017.2.5

This commit is contained in:
Aleksey Kladov 2017-11-14 21:52:02 +03:00
parent d76bf07ac0
commit 18800dab69

View File

@ -356,12 +356,12 @@ in
webstorm = buildWebStorm rec {
name = "webstorm-${version}";
version = "2017.2.4"; /* updated by script */
version = "2017.2.5"; /* updated by script */
description = "Professional IDE for Web and JavaScript development";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz";
sha256 = "1dd2fbsyra4fm39w1kz2biljbrmcqwd866hvzsidigmjplhlzan0"; /* updated by script */
sha256 = "0apsfwcj8qfjwya794848h5iqfg9fay3h8bxqwclkw7lid9qwv7n"; /* updated by script */
};
wmClass = "jetbrains-webstorm";
update-channel = "WS_Release";