vscode-extensions.ms-python.python: 2021.10.1336267007 -> 2021.10.1365161279

This commit is contained in:
Edmund Wu 2021-10-24 21:03:47 -04:00 committed by Raphael Megzari
parent 28deca8086
commit 253b466563

View file

@ -59,13 +59,13 @@ in vscode-utils.buildVscodeMarketplaceExtension rec {
mktplcRef = {
name = "python";
publisher = "ms-python";
version = "2021.10.1336267007";
version = "2021.10.1365161279";
};
vsix = fetchurl {
name = "${mktplcRef.publisher}-${mktplcRef.name}.zip";
url = "https://github.com/microsoft/vscode-python/releases/download/${mktplcRef.version}/ms-python-release.vsix";
sha256 = "sha256-c3AixHc88cTLrDT1FIFtHU35vMxGPPyyCC6fzOyI3Wo=";
sha256 = "sha256-mHt+cmYlONWwRdWgmtfetwfk1jRgegmxbEUHLlcllCk=";
};
buildInputs = [