summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-12-11 20:20:20 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-12-11 20:20:20 -0500
commit2ff2f5106303fbd0be68161f7792cde8589173d6 (patch)
treebbe1525ca0254a2288a6732080e3919a61386e71 /pkgs/applications/networking/cluster/terraform
parentaa3fcec6deea9939784a46b555a487e95374193c (diff)
terraform: 0.12.17 -> 0.12.18
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.18
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 1bffafac882a..e7551c17ff90 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.17";
- sha256 = "1pmvjbmzws5qjzz34dw0fcb6p36vafqs0h8i87g7lmhckb9bqihv";
+ version = "0.12.18";
+ sha256 = "1p2rvs9dw2rzzggf3q2lifwbd82b7xb3jpb4yz5nmggn5g22qlc1";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});