vscode-extensions.ms-vscode.cpptools: 0.19.0 -> 0.20.1
This commit is contained in:
parent
ef289b583e
commit
728d2a2ac7
1 changed files with 5 additions and 4 deletions
|
@ -34,8 +34,9 @@ let
|
|||
name = "cpptools-language-component-binaries";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://download.visualstudio.microsoft.com/download/pr/e8bc2ccc-bb10-4d40-8e29-edcd78986e9a/2e86fa29aefdbde2ea2cd1a6fceadeaa/bin_linux.zip";
|
||||
sha256 = "1hvrbp3c4733aryslgyh3l5azmqkw398j2wbgr3w788fphg4v6cc";
|
||||
# Follow https://go.microsoft.com/fwlink/?linkid=2037608
|
||||
url = "https://download.visualstudio.microsoft.com/download/pr/97ed3eeb-b31e-421c-92dc-4f3a98af301e/069a1e6ab1b4b017853a7e9e08067744/bin_linux.zip";
|
||||
sha256 = "19flm4vcrg89x0b20bd0g45apabzfqgvcpjddnmyk312jc242gmb";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
@ -67,8 +68,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
|||
mktplcRef = {
|
||||
name = "cpptools";
|
||||
publisher = "ms-vscode";
|
||||
version = "0.19.0";
|
||||
sha256 = "1x97mz859bzr4gxy6cnqgd8qmvnrjn9zdxh457slsxsk4wqcfmgj";
|
||||
version = "0.20.1";
|
||||
sha256 = "1gmnkrn26n57vx2nm5hhalkkl2irak38m2lklgja0bi10jb6y08l";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue