summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-10-07 20:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-10-07 20:00:00 -0500
commitc26d471660214cb67197ac309063888830b5f25d (patch)
tree4e0e02130432915251410297875b4f0f407dff86 /pkgs/applications/networking/cluster/terraform
parentfba9144f92f532c5a525c468b474d1d81025d501 (diff)
terraform: 0.12.9 -> 0.12.10
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.10
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 ec452a312e49..e0bc882c4221 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.9";
- sha256 = "14js4n08rg30y0jrm0na79syglpb64cb7cxys0x3w47pcbgymrka";
+ version = "0.12.10";
+ sha256 = "0bmqcmzjsrpvvnd9pn40f774c8jy6j810qz0njxqh60yh27f5rhx";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});