summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-11-01 11:31:48 -0500
committerzimbatm <zimbatm@zimbatm.com>2019-11-01 16:31:48 +0000
commitfb229fc3dce43126093ad9580fd48c2d8054a85b (patch)
treeb9041e173595adb1a0bb498aa3ef468e0642fe23 /pkgs/applications/networking/cluster/terraform
parent8b8eeb849118b845da4d124011024fa1369fe365 (diff)
terraform: 0.12.12 -> 0.12.13 (#72439)
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.13
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 5d4a60b4c6bc..9bf29d87812c 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.12";
- sha256 = "04qvzbm33ngkbkh45jbcv06c9s1lkgjk39sxvfxw7y6ygxzsrqq5";
+ version = "0.12.13";
+ sha256 = "11nbr9avw6jx349jdmxgxiawk8i5mpw3p4rrl89yly0wfhg0fh4a";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});