Skip to content

Commit

Permalink
Merge pull request #116946 from rhoriguchi/vscode-extensions.hashicor…
Browse files Browse the repository at this point in the history
…p.terraform

vscode-extensions.hashicorp.terraform: 2.8.2 -> 2.8.3
  • Loading branch information
SuperSandro2000 committed Mar 19, 2021
2 parents 981d013 + 2d018a7 commit 70ed6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/vscode-extensions/terraform/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 70ed6f5

Please sign in to comment.