vscode-extensions.hashicorp.terraform: 2.10.0 -> 2.10.1

This commit is contained in:
Ryan Horiguchi
2021-04-29 23:20:41 +02:00
parent 5ef56ad9f1
commit 3f16286601
2 changed files with 6 additions and 5 deletions
@@ -3,13 +3,13 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
mktplcRef = {
name = "terraform";
publisher = "hashicorp";
version = "2.10.0";
version = "2.10.1";
};
vsix = fetchurl {
name = "${mktplcRef.publisher}-${mktplcRef.name}.zip";
url = "https://github.com/hashicorp/vscode-terraform/releases/download/v${mktplcRef.version}/${mktplcRef.name}-${mktplcRef.version}.vsix";
sha256 = "1xhypy4vvrzxj3qwkzpfx8b48hddf72mxmh0hgz7iry6bch6sh5f";
sha256 = "1galibrk4fx4qwa6q17mmwlikx78nmhgv1h98haiyak666cinzcq";
};
patches = [ ./fix-terraform-ls.patch ];