From dfe332d2b8e828dd97a65d964978249f3dc43fe3 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 27 Apr 2021 04:20:00 +0000 Subject: [PATCH 1/4] terraform_0_12: 0.12.30 -> 0.12.31 https://github.com/hashicorp/terraform/releases/tag/v0.12.31 --- 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 f1064d350e0e..20212b9d0965 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -137,8 +137,8 @@ let ]; in rec { terraform_0_12 = pluggable (generic { - version = "0.12.30"; - sha256 = "0mv2nsy2ygb1kgkw98xckihcdqxpzhdmks5p2gi2l7wb7lx51yz2"; + version = "0.12.31"; + sha256 = "03p698xdbk5gj0f9v8v1fpd74zng3948dyy4f2hv7zgks9hid7fg"; patches = [ ./provider-path.patch (fetchpatch { From ed630eea3d868bfa0c5f828f0e74800c0edd7e00 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 27 Apr 2021 04:20:00 +0000 Subject: [PATCH 2/4] terraform_0_13: 0.13.6 -> 0.13.7 https://github.com/hashicorp/terraform/releases/tag/v0.13.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 20212b9d0965..c323e955455c 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -150,8 +150,8 @@ in rec { }); terraform_0_13 = pluggable (generic { - version = "0.13.6"; - sha256 = "04vas8i894ssfhncdvljdvmvj2qzfrcs20zcv71l1wmnnv9ibs6l"; + version = "0.13.7"; + sha256 = "1cahnmp66dk21g7ga6454yfhaqrxff7hpwpdgc87cswyq823fgjn"; patches = [ ./provider-path.patch ]; passthru = { inherit plugins; }; }); From 3dd11611cfb92fb24f9ec65b8c16927893e3a81b Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 27 Apr 2021 04:20:00 +0000 Subject: [PATCH 3/4] terraform_0_14: 0.14.10 -> 0.14.11 https://github.com/hashicorp/terraform/releases/tag/v0.14.11 --- 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 c323e955455c..f078c87aef22 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -157,8 +157,8 @@ in rec { }); terraform_0_14 = pluggable (generic { - version = "0.14.10"; - sha256 = "05vfb8hzma3qxq4w1h25mmgv96g90if214zlar0sm9fq8zsvb1yw"; + version = "0.14.11"; + sha256 = "1yi1jj3n61g1kn8klw6l78shd23q79llb7qqwigqrx3ki2mp279j"; vendorSha256 = "1d93aqkjdrvabkvix6h1qaxpjzv7w1wa7xa44czdnjs2lapx4smm"; patches = [ ./provider-path.patch ]; passthru = { inherit plugins; }; From 67a6549f8eaae0eb6f90a13a0190ff63af9ae097 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 27 Apr 2021 04:20:00 +0000 Subject: [PATCH 4/4] terraform: remove peterhoeg as maintainer https://github.com/NixOS/nixpkgs/pull/120786#issuecomment-827406640 --- pkgs/applications/networking/cluster/terraform/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index f078c87aef22..754dac6a9364 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -49,7 +49,6 @@ let babariviere kalbasit marsam - peterhoeg timstott zimbatm ];