terraform_0_12: 0.12.0-alpha2 -> 0.12.0-alpha4

This commit is contained in:
zimbatm 2019-01-18 17:25:04 +01:00
parent 9a601e228d
commit 6d022fb6cc
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -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; };
});