about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-06-17 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-06-17 04:20:00 -0500
commit7da72a6b00ffbe2c839035bb7bac658d475f3e27 (patch)
tree8d375c537e0cf294f4056545045eb387c43440d6 /pkgs/applications/networking/cluster/terraform
parent10a25e9b52e11da86ea3c1a29e33d871424feb91 (diff)
downloadnixlib-7da72a6b00ffbe2c839035bb7bac658d475f3e27.tar
nixlib-7da72a6b00ffbe2c839035bb7bac658d475f3e27.tar.gz
nixlib-7da72a6b00ffbe2c839035bb7bac658d475f3e27.tar.bz2
nixlib-7da72a6b00ffbe2c839035bb7bac658d475f3e27.tar.lz
nixlib-7da72a6b00ffbe2c839035bb7bac658d475f3e27.tar.xz
nixlib-7da72a6b00ffbe2c839035bb7bac658d475f3e27.tar.zst
nixlib-7da72a6b00ffbe2c839035bb7bac658d475f3e27.zip
terraform_0_12: 0.12.1 -> 0.12.2
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 7c025d32016e..2c09a29a377c 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; };
   });