From 13acdc21b762429b4c5c4bbe5a97bb5fa07a0175 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 21 Jun 2023 04:20:00 +0000 Subject: [PATCH] terraform: 1.5.0 -> 1.5.1 Diff: https://github.com/hashicorp/terraform/compare/v1.5.0...v1.5.1 Changelog: https://github.com/hashicorp/terraform/blob/v1.5.1/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 10f6c744cc3e..6995ee8f1c4d 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -166,8 +166,8 @@ rec { mkTerraform = attrs: pluggable (generic attrs); terraform_1 = mkTerraform { - version = "1.5.0"; - hash = "sha256-QLCmA4u0br9EyQ244VcpLW5GkZm+bhq2/vvxSbYolCY="; + version = "1.5.1"; + hash = "sha256-dqnJGIoUJP37Z77TR2RBxP94Hx3AZbx90m8z1FoYdw0="; vendorHash = "sha256-tfCfJj39VP+P4qhJTpEIAi4XB+6VYtVKkV/bTrtnFA0="; patches = [ ./provider-path-0_15.patch ]; passthru = {