vscode-extensions.hashicorp.terraform: 2.7.0 -> 2.8.0

This commit is contained in:
Ryan Horiguchi 2021-03-10 12:40:22 +01:00
parent 53012ee4f0
commit 73122eb223
No known key found for this signature in database
GPG key ID: CA7EE98D45A1132A

View file

@ -3,13 +3,13 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
mktplcRef = {
name = "terraform";
publisher = "hashicorp";
version = "2.7.0";
version = "2.8.0";
};
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 = "0lpsng7rd88ppjybmypzw42czr6swwin5cyl78v36z3wjwqx26xp";
sha256 = "1ns40xaswqhngprlpf3ck59mj3kcxngr4jk0wkf16j3cvvskn0yy";
};
patches = [ ./fix-terraform-ls.patch ];