3
0
Fork 0
forked from mirrors/nixpkgs

terraform_0_12: 0.12.1 -> 0.12.2

This commit is contained in:
Mario Rodas 2019-06-17 04:20:00 -05:00
parent 10a25e9b52
commit 7da72a6b00
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -97,8 +97,8 @@ in rec {
terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic {
version = "0.12.1";
sha256 = "009cv1cpgrl1ysgqjiam9035as2q5aiyfwwa6xxh47r0zadph8z5";
version = "0.12.2";
sha256 = "0azgxy31r9jdjj5x2n0sc1n1wjvq9q9zyrgl0rx631ppmjmsz31w";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});