lol

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

authored by

Edmund Wu and committed by
Raphael Megzari
8b172178 253b4665

+2 -2
+2 -2
pkgs/misc/vscode-extensions/python/default.nix
··· 59 59 mktplcRef = { 60 60 name = "python"; 61 61 publisher = "ms-python"; 62 - version = "2021.10.1365161279"; 62 + version = "2021.11.1422169775"; 63 63 }; 64 64 65 65 vsix = fetchurl { 66 66 name = "${mktplcRef.publisher}-${mktplcRef.name}.zip"; 67 67 url = "https://github.com/microsoft/vscode-python/releases/download/${mktplcRef.version}/ms-python-release.vsix"; 68 - sha256 = "sha256-mHt+cmYlONWwRdWgmtfetwfk1jRgegmxbEUHLlcllCk="; 68 + sha256 = "sha256-Y8Wbpuieca/edIWqgq+lGSUMABOGvO/GuujGlEGmoKs="; 69 69 }; 70 70 71 71 buildInputs = [