Skip to content

Commit 9511b32

Browse files
austinbutlerJon
authored andcommitted
vscode-extensions.ms-python.python: 2020.7.96456 -> 2020.8.103604
1 parent 47ba35d commit 9511b32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/misc/vscode-extensions/python/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ in vscode-utils.buildVscodeMarketplaceExtension rec {
4141
mktplcRef = {
4242
name = "python";
4343
publisher = "ms-python";
44-
version = "2020.7.96456";
44+
version = "2020.8.103604";
4545
};
4646

4747
vsix = fetchurl {
4848
name = "${mktplcRef.publisher}-${mktplcRef.name}.zip";
4949
url = "https://github.com/microsoft/vscode-python/releases/download/${mktplcRef.version}/ms-python-release.vsix";
50-
sha256 = "0bk2wnbjcraxilzxszl00r799xf3apkfyzpy88xxv87j7787dsm8";
50+
sha256 = "1gncnhmwjipaf7hzpimwzqdzyqyy4sznkq4qr2mn1ndjl6s1hh58";
5151
};
5252

5353
buildInputs = [

0 commit comments

Comments
 (0)