Merge pull request #138209 from VergeDX/antfu.slidev

vscode-extensions.antfu.slidev: init at 0.3.2
This commit is contained in:
figsoda 2021-09-16 22:40:27 -04:00 committed by GitHub
commit ed398488d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,15 +117,29 @@ let
};
};
antfu.icons-carbon = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "icons-carbon";
publisher = "antfu";
version = "0.2.2";
sha256 = "0mfap16la09mn0jhvy8s3dainrmjz64vra7d0d4fbcpgg420kv3f";
antfu = {
icons-carbon = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "icons-carbon";
publisher = "antfu";
version = "0.2.2";
sha256 = "0mfap16la09mn0jhvy8s3dainrmjz64vra7d0d4fbcpgg420kv3f";
};
meta = with lib; {
license = licenses.mit;
};
};
meta = with lib; {
license = licenses.mit;
slidev = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "antfu";
name = "slidev";
version = "0.3.2";
sha256 = "sha256-vzmByEiKZIkd707Bs4RGQrMII5sghYlkQI6aAJOHFcY=";
};
meta = with lib; {
license = licenses.mit;
};
};
};