summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-10-21 18:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-10-21 18:00:00 -0500
commit8b636137c22986bc9894c193f203f74ddbc54d05 (patch)
tree52890d5b635ec3061fdfa7238c3f36050b7d2928 /pkgs/applications/networking/cluster/terraform
parentc70acdfd09af2a588edf650ca4ee151988fc80a0 (diff)
terraform_0_13: 0.13.4 -> 0.13.5
https://github.com/hashicorp/terraform/releases/tag/v0.13.5
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 6153eaa145c9..b73f24ed47d9 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -157,8 +157,8 @@ in rec {
});
terraform_0_13 = pluggable (generic {
- version = "0.13.4";
- sha256 = "1yvcz14q82v9jq4b9knn6wgnhlhrsz2ncvxv4lh9y1avn56chsqc";
+ version = "0.13.5";
+ sha256 = "1fnydzm5h65pdy2gkq403sllx05cvpldkdzdpcy124ywljb4x9d8";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});