update lldb
This commit is contained in:
parent
801c812259
commit
7598653e6f
1 changed files with 8 additions and 11 deletions
|
@ -8,17 +8,20 @@
|
|||
(
|
||||
vscode-utils.buildVscodeExtension {
|
||||
vscodeExtUniqueId = "vadimcn.vscode-lldb";
|
||||
name = "vadimcn.vscode-lldb-1.6.0";
|
||||
name = "vadimcn.vscode-lldb-1.6.7";
|
||||
src = fetchurl {
|
||||
name = "vadimcn.vscode-lldb.zip";
|
||||
url = "https://github.com/vadimcn/vscode-lldb/releases/download/v1.6.0/codelldb-${pkgs.system}.vsix";
|
||||
sha256 = "03klfk5f5x4j675d64p13sdzk4bg177hpihhqzibbkgc787f5yx1";
|
||||
url = "https://github.com/vadimcn/vscode-lldb/releases/download/v1.6.7/codelldb-${pkgs.system}.vsix";
|
||||
sha256 = "sha256-ypVHn59slWOu+wQ+O7rNfMZBtZFUEt9IDvlDiyJNcf8=";
|
||||
};
|
||||
buildInputs = with pkgs; [ python37 autoPatchelfHook ];
|
||||
buildInputs = with pkgs; [ llvm lldb python37 autoPatchelfHook ];
|
||||
}
|
||||
)
|
||||
]
|
||||
++ vscode-utils.extensionsFromVscodeMarketplace [
|
||||
|
||||
++
|
||||
|
||||
vscode-utils.extensionsFromVscodeMarketplace [
|
||||
{
|
||||
publisher = "matklad";
|
||||
name = "rust-analyzer";
|
||||
|
@ -43,12 +46,6 @@
|
|||
version = "1.18.5";
|
||||
sha256 = "0cbmmhkbr4f1afk443sgdihp2q5zkzchbr2yhp7bm5qnv7xdv5l4";
|
||||
}
|
||||
{
|
||||
publisher = "2gua";
|
||||
name = "rainbow-brackets";
|
||||
version = "0.0.6";
|
||||
sha256 = "1m5c7jjxphawh7dmbzmrwf60dz4swn8c31svbzb5nhaazqbnyl2d";
|
||||
}
|
||||
{
|
||||
publisher = "swyphcosmo";
|
||||
name = "spellchecker";
|
||||
|
|
Loading…
Reference in a new issue