terraform: 1.2.5 -> 1.2.6

https://github.com/hashicorp/terraform/releases/tag/v1.2.6
This commit is contained in:
zowoq 2022-07-28 07:13:19 +10:00
parent 657a0bb2b1
commit 18692f7718

View File

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