about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-07-13 12:57:16 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-07-13 12:57:16 -0500
commitf41efc28f962c4d8e89e0ccebbd6fdbfa88cda9c (patch)
tree2f985fc71cabfea42559c0b712b3dde5dcc3a195 /pkgs
parentd90215a12bb55fff5f9e4e954ae49b1e872bdeff (diff)
downloadnixlib-f41efc28f962c4d8e89e0ccebbd6fdbfa88cda9c.tar
nixlib-f41efc28f962c4d8e89e0ccebbd6fdbfa88cda9c.tar.gz
nixlib-f41efc28f962c4d8e89e0ccebbd6fdbfa88cda9c.tar.bz2
nixlib-f41efc28f962c4d8e89e0ccebbd6fdbfa88cda9c.tar.lz
nixlib-f41efc28f962c4d8e89e0ccebbd6fdbfa88cda9c.tar.xz
nixlib-f41efc28f962c4d8e89e0ccebbd6fdbfa88cda9c.tar.zst
nixlib-f41efc28f962c4d8e89e0ccebbd6fdbfa88cda9c.zip
terraform_0_12: 0.12.3 -> 0.12.4
Diffstat (limited to 'pkgs')
-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 34d4858bf4fa..f416daf4f881 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.3";
-    sha256 = "190bvd1q6h2hgi6s2ca6wnaib4k90rjq5g5l93vcbfjcczcgbv5q";
+    version = "0.12.4";
+    sha256 = "0hbrdnryfla6d3mjn2sf6qbi79slhd92s2xgcqk3bgvr1n6k0k7n";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });