From c7bad811efddc8533fa14dcb4b4e4d97e03a15d5 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 22 Jan 2025 13:51:36 -0500 Subject: [PATCH] terraform: 1.10.4 -> 1.10.5 Diff: https://github.com/hashicorp/terraform/compare/v1.10.4...v1.10.5 Changelog: https://github.com/hashicorp/terraform/blob/v1.10.5/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 892e264e0be4..58dd2c5f4e45 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -184,9 +184,9 @@ rec { mkTerraform = attrs: pluggable (generic attrs); terraform_1 = mkTerraform { - version = "1.10.4"; - hash = "sha256-wJg/BfKWgDzv9HKOsNaq+l2jG37VbOtmBF+QEhNLQ1k="; - vendorHash = "sha256-YFsPxDlD7SqHo0x2UQnsJ5jDTp2JXdhEgDvtIpWVQ9o="; + version = "1.10.5"; + hash = "sha256-6Y9r3VxL3DRvUaU6hLE+SdqjfIF+PAlXEYBPBc571QE="; + vendorHash = "sha256-xyFguSjqUweZyoO97nkjLfJWS+eifNV7hpJUjh/6Z54="; patches = [ ./provider-path-0_15.patch ]; passthru = { inherit plugins;