summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorDiego Rodriguez <diego@noteable.io>2020-09-02 18:24:23 -0600
committerGitHub <noreply@github.com>2020-09-02 19:24:23 -0500
commit8761381344a56a2e05229e2cbbf8b580d206ceed (patch)
treeb8869cd54d12fe0821ebf65748d714eee3251a4b /pkgs/applications/networking/cluster/terraform
parentd6c7a19e8d299644d6f574110c552c1ecb5096a4 (diff)
terraform_0_13: 0.13.1 -> 0.13.2 (#96971)
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 dd1da887cb41..f29508ffe380 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -132,8 +132,8 @@ in rec {
});
terraform_0_13 = pluggable (generic {
- version = "0.13.1";
- sha256 = "0a2sjjb79ziv42ifhplpkvqgsg8gxvr1wdgkhdj59dwahqv64pm2";
+ version = "0.13.2";
+ sha256 = "04pm57l29j3ai6dvh2343q4yhskkxqj8ayr2hdw2qqjch52p8mrw";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});