Merge pull request #116946 from rhoriguchi/vscode-extensions.hashicorp.terraform

vscode-extensions.hashicorp.terraform: 2.8.2 -> 2.8.3
This commit is contained in:
Sandro 2021-03-19 19:54:46 +01:00 committed by GitHub
commit 70ed6f5fee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
mktplcRef = {
name = "terraform";
publisher = "hashicorp";
version = "2.8.2";
version = "2.8.3";
};
vsix = fetchurl {
name = "${mktplcRef.publisher}-${mktplcRef.name}.zip";
url = "https://github.com/hashicorp/vscode-terraform/releases/download/v${mktplcRef.version}/terraform-${mktplcRef.version}.vsix";
sha256 = "0f1ck3h8ckvr75j27w2lxjbwnr24nc6fjki0gnn715ynkqg7w9bi";
sha256 = "1cng82q9079qmn5q71h9knh9qzhqrl3phaamkqfjy1jallgi43b1";
};
patches = [ ./fix-terraform-ls.patch ];