summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-09-17 16:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-09-17 16:20:00 -0500
commitf676b540d9e53374c9d4412af290f3fdf5d2c75a (patch)
tree71ec248a0f3d634d044c9e88227a16cec419670a /pkgs/applications/networking/cluster/terraform
parent7591343bf3bffdd139fce8a6b0f1c8e6c58ab6af (diff)
terraform: 0.12.8 -> 0.12.9
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.9
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 9c07760355ca..ec452a312e49 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.8";
- sha256 = "1qlhbn6xj2nd8gwr6aiyjsb62qmj4j9jnxab006xgdr1avvl2p67";
+ version = "0.12.9";
+ sha256 = "14js4n08rg30y0jrm0na79syglpb64cb7cxys0x3w47pcbgymrka";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});