From dfe332d2b8e828dd97a65d964978249f3dc43fe3 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 27 Apr 2021 04:20:00 +0000 Subject: [PATCH] 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 f1064d350e0..20212b9d096 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 {