summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorDavid McKay <rawkode@pm.me>2019-08-01 18:52:25 +0100
committerWael Nasreddine <wael.nasreddine@gmail.com>2019-08-01 10:52:25 -0700
commited5ed93422de9243bf4642b241d755db43eaf279 (patch)
treea096cf0acdbbf51da2f142704f7d06e088bcc309 /pkgs/applications/networking/cluster/terraform
parent4b20ecb67244750d564b6dd0788a970a76e7f0c8 (diff)
terraform_0_12: 0.12.5 -> 0.12.6 (#65729)
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 cb192bddcaf6..02803daa219e 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.5";
- sha256 = "0p064rhaanwx4szs8hv6mdqad8d2bgfd94h2la11j58xbsxc7hap";
+ version = "0.12.6";
+ sha256 = "0vxvciv4amblxx50wivlm60fyj1ardfgdpj3l8cj9fhi79b3khxl";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});