We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ba35d commit 9511b32Copy full SHA for 9511b32
1 file changed
pkgs/misc/vscode-extensions/python/default.nix
@@ -41,13 +41,13 @@ in vscode-utils.buildVscodeMarketplaceExtension rec {
41
mktplcRef = {
42
name = "python";
43
publisher = "ms-python";
44
- version = "2020.7.96456";
+ version = "2020.8.103604";
45
};
46
47
vsix = fetchurl {
48
name = "${mktplcRef.publisher}-${mktplcRef.name}.zip";
49
url = "https://github.com/microsoft/vscode-python/releases/download/${mktplcRef.version}/ms-python-release.vsix";
50
- sha256 = "0bk2wnbjcraxilzxszl00r799xf3apkfyzpy88xxv87j7787dsm8";
+ sha256 = "1gncnhmwjipaf7hzpimwzqdzyqyy4sznkq4qr2mn1ndjl6s1hh58";
51
52
53
buildInputs = [
0 commit comments