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 7dca174 + b67a2d7 commit ad47c13Copy full SHA for ad47c13
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.10.0";
13
- hash = "sha256-4b3aE1RgqxEKHMEMlhIjRk4WR3DZRWmqMfGGFQi43J0=";
+ version = "2024.11.0";
+ hash = "sha256-BwZLF52ilEaLU6swUFEa+PtrxzsFOLIYd8TVD7xRgPg=";
14
};
15
16
nativeBuildInputs = [
0 commit comments