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
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
This commit is contained in:
parent
b8b034dab0
commit
22a370e3cc
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue