summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorAlexey Shmalko <rasen.dubi@gmail.com>2018-12-18 12:59:10 +0200
committerGitHub <noreply@github.com>2018-12-18 12:59:10 +0200
commit6e0cfe0696bde801798a8fb4619f854c3afddef2 (patch)
tree5975d2e36eb5af05a48c84d0f305a2c63aea57bd /pkgs/applications/networking
parent6b69a8c8f512b209c244afa5fd96fbe149dff1d3 (diff)
parentfb66e2d7926eae8765b3dbbf11b385112174198b (diff)
downloadnixpkgs-6e0cfe0696bde801798a8fb4619f854c3afddef2.tar
nixpkgs-6e0cfe0696bde801798a8fb4619f854c3afddef2.tar.gz
nixpkgs-6e0cfe0696bde801798a8fb4619f854c3afddef2.tar.bz2
nixpkgs-6e0cfe0696bde801798a8fb4619f854c3afddef2.tar.lz
nixpkgs-6e0cfe0696bde801798a8fb4619f854c3afddef2.tar.xz
nixpkgs-6e0cfe0696bde801798a8fb4619f854c3afddef2.tar.zst
nixpkgs-6e0cfe0696bde801798a8fb4619f854c3afddef2.zip
Merge pull request #52459 from stephengroat/patch-1
terraform_0_11: 0.11.10 -> 0.11.11
Diffstat (limited to 'pkgs/applications/networking')
-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 8c97186b59a..dd0fe0a3eb1 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; };
   });