update vscode
This commit is contained in:
parent
2bf6247274
commit
9e419973f3
1 changed files with 8 additions and 8 deletions
|
@ -1,17 +1,17 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs.unstable; [
|
||||||
(vscode-with-extensions.override {
|
(vscode-with-extensions.override {
|
||||||
vscodeExtensions = with vscode-extensions; [
|
vscodeExtensions = with vscode-extensions; [
|
||||||
bbenoist.Nix
|
bbenoist.Nix
|
||||||
(
|
(
|
||||||
pkgs.vscode-utils.buildVscodeExtension {
|
vscode-utils.buildVscodeExtension {
|
||||||
vscodeExtUniqueId = "vadimcn.vscode-lldb";
|
vscodeExtUniqueId = "vadimcn.vscode-lldb";
|
||||||
name = "vadimcn.vscode-lldb-1.5.3";
|
name = "vadimcn.vscode-lldb-1.6.0";
|
||||||
src = pkgs.fetchurl {
|
src = fetchurl {
|
||||||
name = "vadimcn.vscode-lldb.zip";
|
name = "vadimcn.vscode-lldb.zip";
|
||||||
url = "https://github.com/vadimcn/vscode-lldb/releases/download/v1.5.3/codelldb-${pkgs.system}.vsix";
|
url = "https://github.com/vadimcn/vscode-lldb/releases/download/v1.6.0/codelldb-${pkgs.system}.vsix";
|
||||||
sha256 = "0f91nzvgda56zxwryf2c1fd81di6qgsjp822b673cxfpjhzgqznf";
|
sha256 = "03klfk5f5x4j675d64p13sdzk4bg177hpihhqzibbkgc787f5yx1";
|
||||||
};
|
};
|
||||||
buildInputs = with pkgs; [ python37 autoPatchelfHook ];
|
buildInputs = with pkgs; [ python37 autoPatchelfHook ];
|
||||||
}
|
}
|
||||||
|
@ -27,8 +27,8 @@
|
||||||
{
|
{
|
||||||
publisher = "matklad";
|
publisher = "matklad";
|
||||||
name = "rust-analyzer";
|
name = "rust-analyzer";
|
||||||
version = "0.2.297";
|
version = "0.2.376";
|
||||||
sha256 = "0pj29k5pm1p7f987x9rjd0pks552fxvjv72dscxsk84svl132s0f";
|
sha256 = "1xpk4vmijann510vkmj3c529baavbm447fck7vmv7fy9mfxcqqcs";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
publisher = "2gua";
|
publisher = "2gua";
|
||||||
|
|
Loading…
Reference in a new issue