From 39ed4b64ba5929e8e9221d06b719a758915e619b Mon Sep 17 00:00:00 2001 From: QJoly Date: Thu, 7 Sep 2023 22:35:06 +0200 Subject: [PATCH 1/2] terraform: 1.5.6 -> 1.5.7 --- 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 39ed7bff43a3..0a5ea732a891 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.6"; - hash = "sha256-vbV8Tmas7n1o8Q+DG9RrcfdAMa4bJsVg2SsTFH1TJ5M="; + version = "1.5.7"; + hash = "sha256-pIhwJfa71/gW7lw/KRFBO4Q5Z5YMcTt3r9kD25k8cqM="; vendorHash = "sha256-lQgWNMBf+ioNxzAV7tnTQSIS840XdI9fg9duuwoK+U4="; patches = [ ./provider-path-0_15.patch ]; passthru = { From 8221ee6705203a007e73e49b41baa91c9f056000 Mon Sep 17 00:00:00 2001 From: QJoly Date: Thu, 7 Sep 2023 22:35:45 +0200 Subject: [PATCH 2/2] terraform: also, add qjoly as maintainer --- pkgs/applications/networking/cluster/terraform/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index 0a5ea732a891..ce75218385ba 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -64,6 +64,7 @@ let zimbatm zowoq techknowlogick + qjoly ]; mainProgram = "terraform"; };