vscode-extensions.hashicorp.terraform: 2.8.3 -> 2.9.1

This commit is contained in:
Ryan Horiguchi
2021-03-26 22:26:24 +01:00
parent 8880a6732e
commit 9a40230c86
2 changed files with 27 additions and 14 deletions
@@ -3,13 +3,13 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
mktplcRef = {
name = "terraform";
publisher = "hashicorp";
version = "2.8.3";
version = "2.9.1";
};
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 = "1cng82q9079qmn5q71h9knh9qzhqrl3phaamkqfjy1jallgi43b1";
sha256 = "1i4pzxw57hf2g7x62hfsb588b1lz3zjjh8ny96qqrif2bj2h887z";
};
patches = [ ./fix-terraform-ls.patch ];