From c18e23718742e8cf8aa9150e2085c762b4a907f3 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Mon, 12 Jun 2023 04:20:00 +0000 Subject: [PATCH] terraform: 1.4.6 -> 1.5.0 Diff: https://github.com/hashicorp/terraform/compare/v1.4.6...v1.5.0 Changelog: https://github.com/hashicorp/terraform/blob/v1.5.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 636570150e99..10f6c744cc3e 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -166,9 +166,9 @@ rec { mkTerraform = attrs: pluggable (generic attrs); terraform_1 = mkTerraform { - version = "1.4.6"; - hash = "sha256-V5sI8xmGASBZrPFtsnnfMEHapjz4BH3hvl0+DGjUSxQ="; - vendorHash = "sha256-OW/aS6aBoHABxfdjDxMJEdHwLuHHtPR2YVW4l0sHPjE="; + version = "1.5.0"; + hash = "sha256-QLCmA4u0br9EyQ244VcpLW5GkZm+bhq2/vvxSbYolCY="; + vendorHash = "sha256-tfCfJj39VP+P4qhJTpEIAi4XB+6VYtVKkV/bTrtnFA0="; patches = [ ./provider-path-0_15.patch ]; passthru = { inherit plugins;