From 8b636137c22986bc9894c193f203f74ddbc54d05 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 21 Oct 2020 18:00:00 -0500 Subject: [PATCH] terraform_0_13: 0.13.4 -> 0.13.5 https://github.com/hashicorp/terraform/releases/tag/v0.13.5 --- 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 6153eaa145c..b73f24ed47d 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_13 = pluggable (generic { - version = "0.13.4"; - sha256 = "1yvcz14q82v9jq4b9knn6wgnhlhrsz2ncvxv4lh9y1avn56chsqc"; + version = "0.13.5"; + sha256 = "1fnydzm5h65pdy2gkq403sllx05cvpldkdzdpcy124ywljb4x9d8"; patches = [ ./provider-path.patch ]; passthru = { inherit plugins; }; });