about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorAustin Butler <austinabutler@gmail.com>2020-08-23 10:56:40 -0700
committerJon <jonringer@users.noreply.github.com>2020-09-14 20:51:04 -0700
commit9511b32979670dc391c33d8c2971d40aa8f6584a (patch)
treee5581f0e3759fefe45506b7c26a794aba0604b0c /pkgs/misc
parent47ba35d6d4c201ec9badfb3b1f536b07bec377eb (diff)
vscode-extensions.ms-python.python: 2020.7.96456 -> 2020.8.103604
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/vscode-extensions/python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/vscode-extensions/python/default.nix b/pkgs/misc/vscode-extensions/python/default.nix
index 7dea679452195..f5dbadd689d84 100644
--- a/pkgs/misc/vscode-extensions/python/default.nix
+++ b/pkgs/misc/vscode-extensions/python/default.nix
@@ -41,13 +41,13 @@ in vscode-utils.buildVscodeMarketplaceExtension rec {
   mktplcRef = {
     name = "python";
     publisher = "ms-python";
-    version = "2020.7.96456";
+    version = "2020.8.103604";
   };
 
   vsix = fetchurl {
     name = "${mktplcRef.publisher}-${mktplcRef.name}.zip";
     url = "https://github.com/microsoft/vscode-python/releases/download/${mktplcRef.version}/ms-python-release.vsix";
-    sha256 = "0bk2wnbjcraxilzxszl00r799xf3apkfyzpy88xxv87j7787dsm8";
+    sha256 = "1gncnhmwjipaf7hzpimwzqdzyqyy4sznkq4qr2mn1ndjl6s1hh58";
   };
 
   buildInputs = [