Update pkgs/vscode-insiders/default.nix
All checks were successful
CI / check (push) Successful in 1m1s
CI / list-packages (push) Successful in 2s
CI / build (default) (push) Successful in 4s
CI / build (helium) (push) Successful in 4s
CI / build (helium-sync) (push) Successful in 3s
CI / build (pjsk-cursor) (push) Successful in 3s
CI / build (vscode-insiders) (push) Successful in 33s
CI / build (waterfox-bin) (push) Successful in 4s
CI / build (xcursor-mizuki) (push) Successful in 3s

This commit is contained in:
암냥 2026-05-09 12:40:22 +09:00
commit c17454d554

View file

@ -3,7 +3,7 @@
let
src = fetchTarball {
url = "https://code.visualstudio.com/sha/download?build=insider&os=linux-x64";
sha256 = "0cq5p2r949k1nskfacz2j0m9zyg116zpzc8csmxb1q51p7znixkc";
sha256 = "1v1r8vq41dmxaifqhfhgji12qwgm44xanwbihrv3319384s8bf5f";
};
in
(pkgs.vscode.override {