summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-09-05 01:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-09-05 01:00:00 -0500
commit12e3519344884bf7fa96d8ec38b618e773e133b1 (patch)
treeed1f22dac205bf793202b2819864970bb6ddf07c /pkgs/applications/networking/cluster/terraform
parent11e72e547d013894dfce88e68d0ec80a8bf0b545 (diff)
terraform: 0.12.7 -> 0.12.8
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.8
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 de1e86fa0736..9c07760355ca 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.7";
- sha256 = "09zsak1a9z2mk88vb6xs9jaxfpazhs0p7x68mw62c9mm13m8kq02";
+ version = "0.12.8";
+ sha256 = "1qlhbn6xj2nd8gwr6aiyjsb62qmj4j9jnxab006xgdr1avvl2p67";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});