Update pkgs/vscode-insiders/default.nix
All checks were successful
CI / check (push) Successful in 31s
CI / list-packages (push) Successful in 3s
CI / build (default) (push) Successful in 39s
CI / build (helium) (push) Successful in 4s
CI / build (helium-sync) (push) Successful in 4s
CI / build (pjsk-cursor) (push) Successful in 6s
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-12 19:42:34 +09:00
commit 0ec3a0b565

View file

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