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-09-30 01:45:05 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2021-09-30 01:45:08 +0200
commit8bcd17d6a859b44b24e5ef5d14e0fc6a2eaf9c69 (patch)
tree9e8bd4288855a5e954ab5ec4999d6d0f05a4d8c6 /pkgs/applications/networking/cluster/terraform
parenta4d96cd808f13d924988938ecf9a46b2a2787fa3 (diff)
terraform_1_0: 1.0.7 -> 1.0.8
- https://github.com/hashicorp/terraform/releases/tag/v1.0.8
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 5e2253aaa6220..85b6cf679a9a3 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.7";
-    sha256 = "115gb4mqz7lzyb80psbfy10k4h09fbvb1l8iz7kg63ajx69fnasy";
+    version = "1.0.8";
+    sha256 = "1755m3h9iz086znjpkhxjbyl3jaxpsqmk73infn9wbhql8pq2wil";
     vendorSha256 = "00cl42w1mzsi9qd09wydfvp5f2h7lxaay6s2dv0mf47k6h7prf42";
     patches = [ ./provider-path-0_15.patch ];
     passthru = { inherit plugins; };