summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-11-18 16:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-11-18 16:20:00 -0500
commit158e216943e5848bf28aea22d5796b70aaf3e36a (patch)
tree704a0142e51cef73bac2aa989ab7bcc73af75389 /pkgs/applications/networking/cluster/terraform
parent5f3b21f7b0454a504444094e22423f2dcc215a97 (diff)
terraform: 0.12.15 -> 0.12.16
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.16
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 a72ba1d58846..f8b42470de74 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -112,8 +112,8 @@ in rec {
terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic {
- version = "0.12.15";
- sha256 = "18kvgb2sjldis7bykb11zqzx6avr7a4ry91xsfq4v0iwbi5k383b";
+ version = "0.12.16";
+ sha256 = "10r9vra4d3lyms9cvl0g1ij6ldcfi3vjrqsmd52isrmlmjdzm8nk";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});