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 21:20:37 -0500
committerGitHub <noreply@github.com>2019-07-13 21:20:37 -0500
commit6ddd053bdddcdcce416f36cfacbb125e5dab31cc (patch)
tree53709964595b0ab8f08be0e0c4b29a058ef92212 /pkgs
parent27b7e11e7fdbab32ac4ca867901b673d86a85a1a (diff)
parentf41efc28f962c4d8e89e0ccebbd6fdbfa88cda9c (diff)
downloadnixlib-6ddd053bdddcdcce416f36cfacbb125e5dab31cc.tar
nixlib-6ddd053bdddcdcce416f36cfacbb125e5dab31cc.tar.gz
nixlib-6ddd053bdddcdcce416f36cfacbb125e5dab31cc.tar.bz2
nixlib-6ddd053bdddcdcce416f36cfacbb125e5dab31cc.tar.lz
nixlib-6ddd053bdddcdcce416f36cfacbb125e5dab31cc.tar.xz
nixlib-6ddd053bdddcdcce416f36cfacbb125e5dab31cc.tar.zst
nixlib-6ddd053bdddcdcce416f36cfacbb125e5dab31cc.zip
Merge pull request #64710 from marsam/update-terraform
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; };
   });