summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-08-22 19:32:06 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-08-22 19:32:06 -0500
commit0acec0d0717fbb753e297f14faa876e39dab493c (patch)
tree983c72bd626a3d5d071e2d601315c14d843613fe /pkgs/applications/networking/cluster/terraform
parent91b46353a59e94a7573884427cb818eef00ca5a1 (diff)
terraform_0_12: 0.12.6 -> 0.12.7
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.7
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index 02803daa219e..de1e86fa0736 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -97,8 +97,8 @@ in rec {
terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic {
- version = "0.12.6";
- sha256 = "0vxvciv4amblxx50wivlm60fyj1ardfgdpj3l8cj9fhi79b3khxl";
+ version = "0.12.7";
+ sha256 = "09zsak1a9z2mk88vb6xs9jaxfpazhs0p7x68mw62c9mm13m8kq02";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});