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.
2 parents 880c702 + ebb64ec commit a70e492Copy full SHA for a70e492
pkgs/applications/editors/vscode/extensions/ms-toolsai.jupyter/default.nix
@@ -9,8 +9,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
9
mktplcRef = {
10
name = "jupyter";
11
publisher = "ms-toolsai";
12
- version = "2024.11.0";
13
- hash = "sha256-BwZLF52ilEaLU6swUFEa+PtrxzsFOLIYd8TVD7xRgPg=";
+ version = "2025.1.0";
+ hash = "sha256-xZMk7eNnmWviqpUvl9hXcoKL3Uwii0ZJz6DCCI9UM2k=";
14
};
15
16
nativeBuildInputs = [
0 commit comments