about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-12-12 05:06:02 -0500
committerGitHub <noreply@github.com>2019-12-12 05:06:02 -0500
commitbf8f92e1010bb5040e07175ce8e1e0b6ceaf3a24 (patch)
tree8607b6ce994ab47dd5bb6cd2764b63e0ed3785c9 /pkgs/applications/networking/cluster
parent877eedec61eae1e30f0e11e333ae0bf30e24b73d (diff)
parent2ff2f5106303fbd0be68161f7792cde8589173d6 (diff)
downloadnixlib-bf8f92e1010bb5040e07175ce8e1e0b6ceaf3a24.tar
nixlib-bf8f92e1010bb5040e07175ce8e1e0b6ceaf3a24.tar.gz
nixlib-bf8f92e1010bb5040e07175ce8e1e0b6ceaf3a24.tar.bz2
nixlib-bf8f92e1010bb5040e07175ce8e1e0b6ceaf3a24.tar.lz
nixlib-bf8f92e1010bb5040e07175ce8e1e0b6ceaf3a24.tar.xz
nixlib-bf8f92e1010bb5040e07175ce8e1e0b6ceaf3a24.tar.zst
nixlib-bf8f92e1010bb5040e07175ce8e1e0b6ceaf3a24.zip
Merge pull request #75544 from marsam/update-terraform
terraform: 0.12.17 -> 0.12.18
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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; };
   });