about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-17 09:51:34 -0500
committerGitHub <noreply@github.com>2024-04-17 16:51:34 +0200
commitb101fcd01b2b1b2e8afc9caab901aef829c7f53a (patch)
treeaada1c67c99bd659617fc4b075acdfca2d8645b6 /pkgs/applications/networking/cluster/terraform
parent0501bc394559f1447c0bf65182777f8fd46691c7 (diff)
terraform: 1.8.0 -> 1.8.1 (#304763)
Diff: https://github.com/hashicorp/terraform/compare/v1.8.0...v1.8.1

Changelog: https://github.com/hashicorp/terraform/blob/v1.8.1/CHANGELOG.md
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 73d1a85251319..f9e1dff0a8f7b 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -167,8 +167,8 @@ rec {
   mkTerraform = attrs: pluggable (generic attrs);
 
   terraform_1 = mkTerraform {
-    version = "1.8.0";
-    hash = "sha256-An/ElR1tXQSb9x26R5o9gcb4XKTeVxlv+72Whcrdeoc=";
+    version = "1.8.1";
+    hash = "sha256-q/r1KK0svdK/5Za4bqU6bGgTcWmG+YZFJUFRKqPAWSw=";
     vendorHash = "sha256-xpgGceAA+kvwUp4T0m9rnbPoZ3uJHU2KIRsrcGr8dRo=";
     patches = [ ./provider-path-0_15.patch ];
     passthru = {