about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorStephen <stephengroat@users.noreply.github.com>2018-12-17 18:49:54 -0800
committerGitHub <noreply@github.com>2018-12-17 18:49:54 -0800
commitfb66e2d7926eae8765b3dbbf11b385112174198b (patch)
tree5b7d70f2a6c7725e1d9e47e5e01cfdd6d45461f2 /pkgs/applications/networking/cluster/terraform
parentb0ccd8be8e4eb49205fa9cc1325a4fa46d802495 (diff)
downloadnixlib-fb66e2d7926eae8765b3dbbf11b385112174198b.tar
nixlib-fb66e2d7926eae8765b3dbbf11b385112174198b.tar.gz
nixlib-fb66e2d7926eae8765b3dbbf11b385112174198b.tar.bz2
nixlib-fb66e2d7926eae8765b3dbbf11b385112174198b.tar.lz
nixlib-fb66e2d7926eae8765b3dbbf11b385112174198b.tar.xz
nixlib-fb66e2d7926eae8765b3dbbf11b385112174198b.tar.zst
nixlib-fb66e2d7926eae8765b3dbbf11b385112174198b.zip
terraform_0_11: 0.11.10 -> 0.11.11
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 8c97186b59a4..dd0fe0a3eb1e 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -88,8 +88,8 @@ let
   plugins = removeAttrs terraform-providers ["override" "overrideDerivation" "recurseForDerivations"];
 in rec {
   terraform_0_11 = pluggable (generic {
-    version = "0.11.10";
-    sha256 = "08mapla89g106bvqr41zfd7l4ki55by6207qlxq9caiha54nx4nb";
+    version = "0.11.11";
+    sha256 = "1hsi5sibs0fk1620wzzxrc1gqjs6slqrjvlqcgvgg1yl22q9g7f5";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });