vscode-extensions.ms-python.python: 2018.8.0 -> 2018.9.1 (#48849)

This commit is contained in:
Edmund Wu 2018-10-23 06:34:31 -04:00 committed by xeji
parent debbed29d1
commit a53a3bf1ee
2 changed files with 6 additions and 6 deletions

View File

@ -4,10 +4,10 @@ let
inherit (vscode-utils) buildVscodeMarketplaceExtension; inherit (vscode-utils) buildVscodeMarketplaceExtension;
in in
# #
# Unless there is a good reason not to, we attemp to use the same name as the # Unless there is a good reason not to, we attempt to use the same name as the
# extension's unique identifier (the name the extension gets when installed # extension's unique identifier (the name the extension gets when installed
# from vscode under `~/.vscode`) and found on the marketplace extension page. # from vscode under `~/.vscode`) and found on the marketplace extension page.
# So an extension's attribute name should be of the form: # So an extension's attribute name should be of the form:
# "${mktplcRef.publisher}.${mktplcRef.name}". # "${mktplcRef.publisher}.${mktplcRef.name}".
# #
rec { rec {
@ -24,6 +24,6 @@ rec {
}; };
ms-vscode.cpptools = callPackage ./cpptools {}; ms-vscode.cpptools = callPackage ./cpptools {};
ms-python.python = callPackage ./python {}; ms-python.python = callPackage ./python {};
} }

View File

@ -20,8 +20,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = { mktplcRef = {
name = "python"; name = "python";
publisher = "ms-python"; publisher = "ms-python";
version = "2018.8.0"; version = "2018.9.1";
sha256 = "1x1wkqbc0d6h5w2m5qczv6gd5j6yrzhwp0c6wk49bhg2l0ibvyx6"; sha256 = "050r1rb0xyfikfa6iq741s368xz600pqdk74w6cxszxpy8kl2hng";
}; };
postPatch = '' postPatch = ''