summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform/default.nix
diff options
context:
space:
mode:
authorStephen <stephengroat@users.noreply.github.com>2018-08-16 13:14:36 -0700
committerzimbatm <zimbatm@zimbatm.com>2018-08-16 21:14:36 +0100
commitc218a9cfe0f02d2b5f983de71334be0faf5be336 (patch)
treea8b59ecf8345547dc4c16b403c58b21bbc7882db /pkgs/applications/networking/cluster/terraform/default.nix
parent255608b865ce09db6d8381baebf1392a95f4ee1a (diff)
downloadnixlib-c218a9cfe0f02d2b5f983de71334be0faf5be336.tar
nixlib-c218a9cfe0f02d2b5f983de71334be0faf5be336.tar.gz
nixlib-c218a9cfe0f02d2b5f983de71334be0faf5be336.tar.bz2
nixlib-c218a9cfe0f02d2b5f983de71334be0faf5be336.tar.lz
nixlib-c218a9cfe0f02d2b5f983de71334be0faf5be336.tar.xz
nixlib-c218a9cfe0f02d2b5f983de71334be0faf5be336.tar.zst
nixlib-c218a9cfe0f02d2b5f983de71334be0faf5be336.zip
terraform_0_11: 0.11.7 -> 0.11.8 (#45117)
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform/default.nix')
-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 358a1f23147a..edeac9671c16 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -104,8 +104,8 @@ in rec {
   terraform_0_10-full = terraform_0_10.withPlugins lib.attrValues;
 
   terraform_0_11 = pluggable (generic {
-    version = "0.11.7";
-    sha256 = "0q5gl8yn1f8fas1v68lz081k88gbmlk7f2xqlwqmh01qpqjxd42q";
+    version = "0.11.8";
+    sha256 = "1kdmx21l32vj5kvkimkx0s5mxgmgkdwlgbin4f3iqjflzip0cddh";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });