mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
idea.webstorm10: init at 10.0.5
(moved from idea.phpstorm)
This commit is contained in:
parent
c2851bc841
commit
fdbb72eb0a
@ -262,4 +262,15 @@ in
|
||||
wmClass = "jetbrains-webstorm";
|
||||
};
|
||||
|
||||
webstorm10 = buildWebStorm rec {
|
||||
name = "webstorm-${version}";
|
||||
version = "10.0.5";
|
||||
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 = "0a5s6f99wyql5pgjl94pf4ljdbviik3b8dbr1s6b7c6jn1gk62ic";
|
||||
};
|
||||
wmClass = "jetbrains-webstorm";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user