summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-03-19 04:20:00 -0500
committerAlyssa Ross <hi@alyssa.is>2020-03-20 01:44:45 +0000
commita437fe25652dea5b86de63891ce9c779c6e8bb9d (patch)
tree5445e76d138b954777d35fb018f3790899167a45 /pkgs/applications/networking/cluster/terraform
parent033cd0c65742dac06b2bfddd1fd3cd326d062176 (diff)
terraform: 0.12.23 -> 0.12.24
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.24
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 6862ed23e742..b9c82f97c4fd 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -112,8 +112,8 @@ in rec {
terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic {
- version = "0.12.23";
- sha256 = "1lr2gfk5dmj6rhv5rvzn3fggb34za73ryjy0vdzx4kf3qj12r0wz";
+ version = "0.12.24";
+ sha256 = "1rjihp6qcaizp2nnv4z20kpmjnqcw95pq5rnhq381a3pdzr0cd0z";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});