From 6d022fb6cc60298834bdfc97f67d96b6c2fd5b26 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Fri, 18 Jan 2019 17:25:04 +0100 Subject: [PATCH] terraform_0_12: 0.12.0-alpha2 -> 0.12.0-alpha4 --- 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 dd0fe0a3eb1..a9d8faf62b5 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -97,8 +97,8 @@ in rec { terraform_0_11-full = terraform_0_11.full; terraform_0_12 = pluggable (generic { - version = "0.12.0-alpha2"; - sha256 = "1rnxgwfk10b1g3jnh9gv4lqrcszhxq8shaqslml30hafs3dkg71q"; + version = "0.12.0-alpha4"; + sha256 = "16cwqxxb19m91d7rx7awri1awz7d8cfnrv0rbql9rbg5qjyqxcp9"; patches = [ ./provider-path.patch ]; passthru = { inherit plugins; }; });