3
0
Fork 0
forked from mirrors/nixpkgs

jetbrains.webstorm: 2018.1.3 -> 2018.1.5

This commit is contained in:
Ioannis Koutras 2018-06-13 19:11:14 +03:00
parent 7b35d856ce
commit 79a94d5dea

View file

@ -367,12 +367,12 @@ in
webstorm = buildWebStorm rec {
name = "webstorm-${version}";
version = "2018.1.3"; /* updated by script */
version = "2018.1.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 = "03nhs4vmqbm5s4ykjz475nvcbwvp2hb0bq5ijfjxwayj3jgv0zbm"; /* updated by script */
sha256 = "1mqms8gzmsaqvwzfk821vj1z1cxdgjw5nnwq63mag6rly04h60n6"; /* updated by script */
};
wmClass = "jetbrains-webstorm";
update-channel = "WebStorm Release";