From 07fc04c4595cc4391274d9a5fd3c013dc4db65bb Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 27 Nov 2024 11:32:57 -0500 Subject: [PATCH] terraform: 1.9.8 -> 1.10.0 Diff: https://github.com/hashicorp/terraform/compare/v1.9.8...v1.10.0 Changelog: https://github.com/hashicorp/terraform/blob/v1.10.0/CHANGELOG.md --- pkgs/applications/networking/cluster/terraform/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index 8e7a7381a912..92ff4ad46c1d 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -165,9 +165,9 @@ rec { mkTerraform = attrs: pluggable (generic attrs); terraform_1 = mkTerraform { - version = "1.9.8"; - hash = "sha256-0xBhOdaIbw1fLmbI4KDvQoHD4BmVZoiMT/zv9MnwuD4="; - vendorHash = "sha256-tH9KQF4oHcQh34ikB9Bx6fij/iLZN+waxv5ZilqGGlU="; + version = "1.10.0"; + hash = "sha256-GvFBefp1RWqgB79Sv+2vYZyTjeLEYNsXFJrJxEUJAlY="; + vendorHash = "sha256-UmPnOfjR6kYI0TMH2J54LzDeDGJKMkAC0xZk6xstIuk="; patches = [ ./provider-path-0_15.patch ]; passthru = { inherit plugins;