mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
vscode-extensions.jock.svg: init at 1.4.4
This commit is contained in:
parent
6773cbc50c
commit
a24832ae8c
|
@ -369,6 +369,18 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
jock.svg = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "svg";
|
||||
publisher = "jock";
|
||||
version = "1.4.4";
|
||||
sha256 = "0kn2ic7pgbd4rbvzpsxfwyiwxa1iy92l0h3jsppxc8gk8xbqm2nc";
|
||||
};
|
||||
meta = with lib; {
|
||||
license = licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
jpoissonnier.vscode-styled-components = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-styled-components";
|
||||
|
|
Loading…
Reference in a new issue