vscode-extensions.ms-vscode.cpptools: 0.27.1 -> 0.29.0
This commit is contained in:
parent
9ef63825d9
commit
2bc671bc54
1 changed files with 3 additions and 7 deletions
|
@ -50,19 +50,15 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
|
|||
mktplcRef = {
|
||||
name = "cpptools";
|
||||
publisher = "ms-vscode";
|
||||
version = "0.27.1";
|
||||
version = "0.29.0";
|
||||
};
|
||||
|
||||
vsix = fetchurl {
|
||||
name = "${mktplcRef.publisher}-${mktplcRef.name}.zip";
|
||||
url = "https://github.com/microsoft/vscode-cpptools/releases/download/${mktplcRef.version}/cpptools-linux.vsix";
|
||||
sha256 = "1if43zis2cy32c6y1zsh0ih0y2kpdag0flkb795b3m5iwm38rjsq";
|
||||
sha256 = "0qw21wd6hfqrmvyvr2ggydcfsk1hralj5x3s8hhwqyspb7szggxi";
|
||||
};
|
||||
|
||||
unpackPhase = ''
|
||||
unzip $src
|
||||
cd extension
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
jq
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue