From fdcec8423376bc262deba1c701291e67a9a74c9a Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 9 Aug 2023 04:20:00 +0000 Subject: terraform: 1.5.4 -> 1.5.5 Diff: https://github.com/hashicorp/terraform/compare/v1.5.4...v1.5.5 Changelog: https://github.com/hashicorp/terraform/blob/v1.5.5/CHANGELOG.md --- pkgs/applications/networking/cluster/terraform/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index 8c3cd76f32496..1a2ecf3715864 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.5.4"; - hash = "sha256-MvN4gSJcPORD0wj6ixc3gUXPISGvAKSJPA6bS/SmDOY="; + version = "1.5.5"; + hash = "sha256-SBS3a/CIUdyIUJvc+rANIs+oXCQgfZut8b0517QKq64="; vendorHash = "sha256-lQgWNMBf+ioNxzAV7tnTQSIS840XdI9fg9duuwoK+U4="; patches = [ ./provider-path-0_15.patch ]; passthru = { -- cgit 1.4.1