vscode-extensions.github.vscode-pull-request-github: init at 0.22.0

This commit is contained in:
Jakub Kozłowski 2021-03-12 01:14:51 +01:00
parent d7c188f61d
commit 9dc90969be

View File

@ -381,19 +381,33 @@ let
}; };
}; };
github.github-vscode-theme = buildVscodeMarketplaceExtension { github = {
mktplcRef = { github-vscode-theme = buildVscodeMarketplaceExtension {
name = "github-vscode-theme"; mktplcRef = {
publisher = "github"; name = "github-vscode-theme";
version = "1.1.5"; publisher = "github";
sha256 = "10f0098cce026d1f0c855fb7a66ea60b5d8acd2b76126ea94fe7361e49cd9ed2"; version = "1.1.5";
sha256 =
"10f0098cce026d1f0c855fb7a66ea60b5d8acd2b76126ea94fe7361e49cd9ed2";
};
meta = with lib; {
description = "GitHub theme for VS Code";
downloadPage =
"https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme";
homepage = "https://github.com/primer/github-vscode-theme";
license = licenses.mit;
maintainers = with maintainers; [ hugolgst ];
};
}; };
meta = with lib; {
description = "GitHub theme for VS Code"; vscode-pull-request-github = buildVscodeMarketplaceExtension {
downloadPage = "https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme"; mktplcRef = {
homepage = "https://github.com/primer/github-vscode-theme"; name = "vscode-pull-request-github";
license = licenses.mit; publisher = "github";
maintainers = with maintainers; [ hugolgst ]; version = "0.22.0";
sha256 = "13p3z86vkra26npp5a78pxdwa4z6jqjzsd38arhgdnjgwmi6bnrw";
};
meta = { license = lib.licenses.mit; };
}; };
}; };