Compare commits

...

2 commits

Author SHA1 Message Date
c08b0bacf4 Merge branch 'main' into update/helium-0.12.4.1
All checks were successful
CI / check (pull_request) Successful in 4s
CI / list-packages (pull_request) Successful in 2s
CI / build (helium) (pull_request) Successful in 3s
2026-05-21 10:34:27 +09:00
22a370e3cc Update pkgs/vscode-insiders/default.nix
Some checks failed
CI / build (default) (push) Successful in 1m8s
CI / build (helium) (push) Successful in 4s
CI / build (helium-sync) (push) Successful in 4s
CI / check (push) Successful in 4s
CI / list-packages (push) Successful in 2s
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
2026-05-21 10:34:12 +09:00

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;