vscode-extensions.jock.svg: init at 1.4.4

This commit is contained in:
Ryan Horiguchi 2021-01-23 02:18:16 +01:00
parent 6773cbc50c
commit a24832ae8c
No known key found for this signature in database
GPG Key ID: CA7EE98D45A1132A

View File

@ -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";