terraform: 1.2.6 -> 1.2.7

https://github.com/hashicorp/terraform/releases/tag/v1.2.7
This commit is contained in:
zowoq 2022-08-11 07:02:23 +10:00
parent 4853dbb55b
commit 1004ae8657

View file

@ -169,8 +169,8 @@ rec {
mkTerraform = attrs: pluggable (generic attrs);
terraform_1 = mkTerraform {
version = "1.2.6";
sha256 = "sha256-IUm08/zoL6Tw36vQrCl+kvQ6q8qArBh8LvbFf2QPn7M=";
version = "1.2.7";
sha256 = "sha256-0AGONBurlm0cSM4HyAmUxLt8GdnqNPh146A8ibyfe+k=";
vendorSha256 = "sha256-Whe1prBGsE0q0QdNkzAKwvAP7EVlnD/985gjngh+VI4=";
patches = [ ./provider-path-0_15.patch ];
passthru = {