From 95a0e2fc29b850d48d2150492ff7f9158dca4cc0 Mon Sep 17 00:00:00 2001 From: Nicolas Berbiche Date: Tue, 7 Jul 2020 22:43:47 -0400 Subject: [PATCH] terraform: 0.12.27 -> 0.12.28 --- 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 e375970823b..1596f7dd9c0 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -118,8 +118,8 @@ in rec { terraform_0_11-full = terraform_0_11.full; terraform_0_12 = pluggable (generic { - version = "0.12.27"; - sha256 = "1m5inlcrqklbb22vqphyq280wqrimxbkk75zp1d2q29wb74awf7h"; + version = "0.12.28"; + sha256 = "05ymr6vc0sqh1sia0qawhz0mag8jdrq157mbj9bkdpsnlyv209p3"; patches = [ ./provider-path.patch (fetchpatch {