Update pkgs/vscode-insiders/default.nix
Some checks failed
CI / check (push) Successful in 4s
CI / list-packages (push) Successful in 2s
CI / build (default) (push) Successful in 1m8s
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) Failing after 8s
CI / build (waterfox-bin) (push) Successful in 4s
CI / build (xcursor-mizuki) (push) Successful in 2s

This commit is contained in:
암냥 2026-05-21 10:34:12 +09:00
commit 22a370e3cc

View file

@ -3,14 +3,14 @@
let
src = fetchTarball {
url = "https://code.visualstudio.com/sha/download?build=insider&os=linux-x64";
sha256 = "09dk54da3kwjnvnr2hvwblcba0big2pb1a3bsvgdfhl0sl24p4i1";
sha256 = "0y0fcb1fadms3zp191gh74kn7vhp0mm02582km1anvsryc4ks5dq";
};
in
(pkgs.vscode.override {
isInsiders = true;
}).overrideAttrs (oldAttrs: {
pname = "vscode-insiders";
version = "1.121.0-insider";
version = "1.122.0-insider";
isInsiders = true;
inherit src;