From aed53ea2d3cde79087add0107f57ef36f16f1faa Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 6 Jan 2021 14:17:00 -0500 Subject: [PATCH] terraform_0_13: 0.13.5 -> 0.13.6 https://github.com/hashicorp/terraform/releases/tag/v0.13.6 --- 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 f6a5e951975f..42b27284dd08 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.5"; - sha256 = "1fnydzm5h65pdy2gkq403sllx05cvpldkdzdpcy124ywljb4x9d8"; + version = "0.13.6"; + sha256 = "04vas8i894ssfhncdvljdvmvj2qzfrcs20zcv71l1wmnnv9ibs6l"; patches = [ ./provider-path.patch ]; passthru = { inherit plugins; }; });