From ead49e50e52db6117572575992dd334bf2b34be2 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 16 Oct 2024 11:56:56 -0400 Subject: [PATCH] terraform: 1.9.7 -> 1.9.8 Diff: https://github.com/hashicorp/terraform/compare/v1.9.7...v1.9.8 Changelog: https://github.com/hashicorp/terraform/blob/v1.9.8/CHANGELOG.md --- pkgs/applications/networking/cluster/terraform/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index 630df5b8ae6e..8e7a7381a912 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -165,8 +165,8 @@ rec { mkTerraform = attrs: pluggable (generic attrs); terraform_1 = mkTerraform { - version = "1.9.7"; - hash = "sha256-L0F0u96et18IlqAUsc0HK+cLeav2OqN4kxs58hPNMIM="; + version = "1.9.8"; + hash = "sha256-0xBhOdaIbw1fLmbI4KDvQoHD4BmVZoiMT/zv9MnwuD4="; vendorHash = "sha256-tH9KQF4oHcQh34ikB9Bx6fij/iLZN+waxv5ZilqGGlU="; patches = [ ./provider-path-0_15.patch ]; passthru = {