summary refs log tree commit diff
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2022-04-20 13:04:34 -0400
committerGitHub <noreply@github.com>2022-04-20 19:04:34 +0200
commit2696f4c69688d6c31fb8363fdf556e06047eb068 (patch)
tree6e6faab3be515e97fd47e6bdb0e52996cbc7a15c
parentbae464931dbba55929b8a58060a1d40e383d8d11 (diff)
downloadnixpkgs-2696f4c69688d6c31fb8363fdf556e06047eb068.tar
nixpkgs-2696f4c69688d6c31fb8363fdf556e06047eb068.tar.gz
nixpkgs-2696f4c69688d6c31fb8363fdf556e06047eb068.tar.bz2
nixpkgs-2696f4c69688d6c31fb8363fdf556e06047eb068.tar.lz
nixpkgs-2696f4c69688d6c31fb8363fdf556e06047eb068.tar.xz
nixpkgs-2696f4c69688d6c31fb8363fdf556e06047eb068.tar.zst
nixpkgs-2696f4c69688d6c31fb8363fdf556e06047eb068.zip
terraform: 1.1.8 -> 1.1.9 (#169452)
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index 39283a8646e..73f618cb029 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -192,9 +192,9 @@ rec {
   };
 
   terraform_1 = mkTerraform {
-    version = "1.1.8";
-    sha256 = "sha256-U3RuLnDQD1EbPZG/wPuVMbSKmR3EqspkoK0Ky8aZb7k=";
-    vendorSha256 = "sha256-Jy9o0O80OjagrHG25CSPblI49zKx0N8pwvEotk9qm3s=";
+    version = "1.1.9";
+    sha256 = "sha256-6dyP3Y5cK+/qLoC2QPZW3QNgqOeVXegC06Pa7pSv1iE=";
+    vendorSha256 = "sha256-YI/KeoOIxgCAS3Q6SXaW8my0PyFD+pyksshQEAknsz4=";
     patches = [ ./provider-path-0_15.patch ];
     passthru = { inherit plugins; };
   };