We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04bd2c1 commit b15e762Copy full SHA for b15e762
1 file changed
pkgs/applications/editors/vscode/extensions/ms-python.vscode-pylance/default.nix
@@ -8,8 +8,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
8
mktplcRef = {
9
name = "vscode-pylance";
10
publisher = "MS-python";
11
- version = "2025.8.2";
12
- hash = "sha256-Z2R7gUZw1S2iL3KX/3fB326lFzE39v9LGq17Ec2aHCA=";
+ version = "2025.8.3";
+ hash = "sha256-+IyB1tCBWjKZzN9yydOiyv3SUIKqfkbGTOsbjoDjlKo=";
13
};
14
15
buildInputs = [ pyright ];
0 commit comments