about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2021-10-15 00:06:54 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2021-10-15 00:06:56 +0200
commite9cd692673f1d321e6c6817e453912c9b37cf765 (patch)
tree4de807db5fb2f2190acfd169d8a8c8fdf0d880e2 /pkgs/applications/networking/cluster/terraform
parent6897cb1b623c80989753d7a668de46fa0714c345 (diff)
terraform_1_0: 1.0.8 -> 1.0.9
- https://github.com/hashicorp/terraform/releases/tag/v1.0.9
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 cab256d927086..ba034056c95d2 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -195,8 +195,8 @@ rec {
   };
 
   terraform_1_0 = mkTerraform {
-    version = "1.0.8";
-    sha256 = "1755m3h9iz086znjpkhxjbyl3jaxpsqmk73infn9wbhql8pq2wil";
+    version = "1.0.9";
+    sha256 = "0g97l53xrcafjrzz5inij4q4aaadibn5ilr5j39a6569pkvcvsh3";
     vendorSha256 = "00cl42w1mzsi9qd09wydfvp5f2h7lxaay6s2dv0mf47k6h7prf42";
     patches = [ ./provider-path-0_15.patch ];
     passthru = { inherit plugins; };