jetbrains.webstorm{10,11}: remove
This commit is contained in:
parent
5a6939fefb
commit
352855e778
@ -409,29 +409,4 @@ in
|
|||||||
update-channel = "WS_Release";
|
update-channel = "WS_Release";
|
||||||
};
|
};
|
||||||
|
|
||||||
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";
|
|
||||||
update-channel = null;
|
|
||||||
};
|
|
||||||
|
|
||||||
webstorm11 = buildWebStorm rec {
|
|
||||||
name = "webstorm-${version}";
|
|
||||||
version = "11.0.4";
|
|
||||||
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 = "17agyqdyz6naxyx6p0y240ar93gja0ypw01nm2qmfzvh7ch03r24";
|
|
||||||
};
|
|
||||||
wmClass = "jetbrains-webstorm";
|
|
||||||
update-channel = null;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user