pkgs/helium: update to 0.12.4.1 #15

Merged
imnyang merged 3 commits from update/helium-0.12.4.1 into main 2026-05-21 10:40:04 +09:00
Showing only changes of commit c08b0bacf4 - Show all commits

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

View file

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