🔖 change vscode-insider url
This commit is contained in:
parent
5316615308
commit
bc24eb39e1
|
@ -4,12 +4,11 @@
|
||||||
package = (pkgs.vscode.override { isInsiders = true; }).overrideAttrs
|
package = (pkgs.vscode.override { isInsiders = true; }).overrideAttrs
|
||||||
(oldAttrs: {
|
(oldAttrs: {
|
||||||
src = (builtins.fetchTarball {
|
src = (builtins.fetchTarball {
|
||||||
url =
|
url = "https://update.code.visualstudio.com/latest/linux-x64/insider";
|
||||||
"https://code.visualstudio.com/sha/download?build=insider&os=linux-x64";
|
sha256 = "1f996x5i85zf0hpd7jx18zdqdp9nhxhf6zn83ai0njphz1dj354p";
|
||||||
sha256 = "1cgrn4n6y348x0c7ndmn5vssvpj1sdk27bp91cayr27fb59lgmv9";
|
|
||||||
});
|
});
|
||||||
pname = "vscode-insiders";
|
pname = "vscode-insiders";
|
||||||
version = "latest";
|
version = "latest-2023-06-03";
|
||||||
});
|
});
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
github.copilot
|
github.copilot
|
||||||
|
|
Loading…
Reference in a new issue