about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-06-25 09:33:36 -0500
committerGitHub <noreply@github.com>2019-06-25 09:33:36 -0500
commitbc54b96f2a49c043a1fe336e3e4cdad8c934ea59 (patch)
tree2a612c986df860f7e1a907258ba5cfa8446741aa /pkgs/applications
parent9952e7142f60243aacfa52ecc58ae5b19a72ebde (diff)
parent1681e2c1d4beabf18f151cd360bbc2970e1f886e (diff)
Merge pull request #63757 from marsam/update-terraform
terraform_0_12: 0.12.2 -> 0.12.3
Diffstat (limited to 'pkgs/applications')
-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 2c09a29a377c0..34d4858bf4fad 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.2";
-    sha256 = "0azgxy31r9jdjj5x2n0sc1n1wjvq9q9zyrgl0rx631ppmjmsz31w";
+    version = "0.12.3";
+    sha256 = "190bvd1q6h2hgi6s2ca6wnaib4k90rjq5g5l93vcbfjcczcgbv5q";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });