terraform: 1.2.3 -> 1.2.4

https://github.com/hashicorp/terraform/releases/tag/v1.2.4
This commit is contained in:
zowoq 2022-06-30 06:45:07 +10:00
parent 0004ab825d
commit 97d398eb2a

View file

@ -169,8 +169,8 @@ rec {
mkTerraform = attrs: pluggable (generic attrs);
terraform_1 = mkTerraform {
version = "1.2.3";
sha256 = "sha256-hkPlufjlvmI5tKz1VTY5RztuDKEsgjrLR+f7HRrJmkA=";
version = "1.2.4";
sha256 = "sha256-FpRn0cFO3/CKdFDeAIu02Huez4Jpunpf6QH9KFVn2lQ=";
vendorSha256 = "sha256-1RKnNF3NC0fGiU2VKz43UBGP33QrLxESVuH6IV6kYqA=";
patches = [ ./provider-path-0_15.patch ];
passthru = {