Compare commits

...

2 commits

Author SHA1 Message Date
59778aff41 Merge pull request 'pkgs/vscode-insiders: update to 1.120.0-insider' (#8) from update/vscode-insiders-1.120.0-insider into main
All checks were successful
CI / check (push) Successful in 6s
CI / list-packages (push) Successful in 3s
CI / build (default) (push) Successful in 5s
CI / build (helium) (push) Successful in 5s
CI / build (helium-sync) (push) Successful in 3s
CI / build (pjsk-cursor) (push) Successful in 3s
CI / build (vscode-insiders) (push) Successful in 12s
CI / build (waterfox-bin) (push) Successful in 4s
CI / build (xcursor-mizuki) (push) Successful in 3s
Reviewed-on: #8
2026-05-08 10:31:55 +09:00
8da36e8183 pkgs/vscode-insiders: update to 1.120.0-insider
All checks were successful
CI / check (pull_request) Successful in 6s
CI / list-packages (pull_request) Successful in 3s
CI / build (vscode-insiders) (pull_request) Successful in 5s
2026-05-08 09:02:15 +09:00

View file

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