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
This commit is contained in:
암냥 2026-05-08 10:31:55 +09:00
commit 59778aff41

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;