about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-06-18 05:53:26 -0500
committerGitHub <noreply@github.com>2019-06-18 05:53:26 -0500
commit822ac81584da769e56465503316ab08ef85c648a (patch)
treeb5f43a635e52a4bd86191704fa6bd3d37109ffe5 /pkgs/applications/networking
parent851effbf49de0cb0b209dcdba040eb1117fbc5b3 (diff)
parent7da72a6b00ffbe2c839035bb7bac658d475f3e27 (diff)
Merge pull request #63332 from marsam/update-terraform
terraform_0_12: 0.12.1 -> 0.12.2
Diffstat (limited to 'pkgs/applications/networking')
-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 7c025d32016eb..2c09a29a377c0 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -97,8 +97,8 @@ in rec {
   terraform_0_11-full = terraform_0_11.full;
 
   terraform_0_12 = pluggable (generic {
-    version = "0.12.1";
-    sha256 = "009cv1cpgrl1ysgqjiam9035as2q5aiyfwwa6xxh47r0zadph8z5";
+    version = "0.12.2";
+    sha256 = "0azgxy31r9jdjj5x2n0sc1n1wjvq9q9zyrgl0rx631ppmjmsz31w";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });