summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-09-17 03:21:22 -0500
committerGitHub <noreply@github.com>2020-09-17 10:21:22 +0200
commiteb6e2ac2c033a86afa6a606753aab0dbde8bddda (patch)
treeef9bd8a2e3a05f40f53bf28f820db781d5a03303 /pkgs/applications/networking/cluster/terraform
parent3dba63fe64fd06624acd895256aaec61196b5ae9 (diff)
terraform_0_13: 0.13.2 -> 0.13.3 (#98137)
https://github.com/hashicorp/terraform/releases/tag/v0.13.3
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 f29508ffe380..a6d9278f58b0 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.2";
- sha256 = "04pm57l29j3ai6dvh2343q4yhskkxqj8ayr2hdw2qqjch52p8mrw";
+ version = "0.13.3";
+ sha256 = "1bjgsabkyh3xf4gdp41mwhw6bpmjg45bnq2hk522glk02n2xngpw";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});