summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorDiego Rodriguez <diego@noteable.io>2020-09-30 18:31:48 -0600
committerDiego Rodriguez <diego@noteable.io>2020-09-30 18:31:48 -0600
commit25e2e677d30df75b7e7b0d16ab4055327a127b24 (patch)
treebeca209c6d0d7b095d478d16156b166bdcf1b6ac /pkgs/applications/networking/cluster/terraform
parente7fe577d9803885d1191c6612b95c246cb605dde (diff)
terraform_0_13: 0.13.3 -> 0.13.4
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 a6d9278f58b0..b531055a1bfc 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.3";
- sha256 = "1bjgsabkyh3xf4gdp41mwhw6bpmjg45bnq2hk522glk02n2xngpw";
+ version = "0.13.4";
+ sha256 = "1yvcz14q82v9jq4b9knn6wgnhlhrsz2ncvxv4lh9y1avn56chsqc";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});