pkgs/vscode-insiders: update to 1.121.0-insider #13

Merged
imnyang merged 1 commit from update/vscode-insiders-1.121.0-insider into main 2026-05-18 08:38:41 +09:00
Showing only changes of commit c964af4952 - Show all commits

pkgs/vscode-insiders: update to 1.121.0-insider
All checks were successful
CI / check (pull_request) Successful in 4s
CI / list-packages (pull_request) Successful in 3s
CI / build (vscode-insiders) (pull_request) Successful in 5s

Akiyama Mizuki 2026-05-17 09:01:55 +09:00

View file

@ -10,7 +10,7 @@ in
isInsiders = true; isInsiders = true;
}).overrideAttrs (oldAttrs: { }).overrideAttrs (oldAttrs: {
pname = "vscode-insiders"; pname = "vscode-insiders";
version = "1.120.0-insider"; version = "1.121.0-insider";
isInsiders = true; isInsiders = true;
inherit src; inherit src;