summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-10-17 20:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-10-17 20:00:00 -0500
commitbb0a4bf05dd8f0408d2c2411e6d6f5a6e57e7988 (patch)
treeeb3e997b860ca4ea9c7b6e34712f4ede71277a7f /pkgs/applications/networking/cluster/terraform
parentde5f29336564ee55d117ea03f262784c62486520 (diff)
terraform: 0.12.10 -> 0.12.12
Changelog: + https://github.com/hashicorp/terraform/releases/tag/v0.12.11 + https://github.com/hashicorp/terraform/releases/tag/v0.12.12
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 e0bc882c4221..e3a5d1e36650 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.10";
- sha256 = "0bmqcmzjsrpvvnd9pn40f774c8jy6j810qz0njxqh60yh27f5rhx";
+ version = "0.12.12";
+ sha256 = "04qvzbm33ngkbkh45jbcv06c9s1lkgjk39sxvfxw7y6ygxzsrqq5";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});