terraform: 1.1.8 -> 1.1.9 (#169452)

This commit is contained in:
techknowlogick 2022-04-20 13:04:34 -04:00 committed by GitHub
parent bae464931d
commit 2696f4c696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,9 +192,9 @@ rec {
};
terraform_1 = mkTerraform {
version = "1.1.8";
sha256 = "sha256-U3RuLnDQD1EbPZG/wPuVMbSKmR3EqspkoK0Ky8aZb7k=";
vendorSha256 = "sha256-Jy9o0O80OjagrHG25CSPblI49zKx0N8pwvEotk9qm3s=";
version = "1.1.9";
sha256 = "sha256-6dyP3Y5cK+/qLoC2QPZW3QNgqOeVXegC06Pa7pSv1iE=";
vendorSha256 = "sha256-YI/KeoOIxgCAS3Q6SXaW8my0PyFD+pyksshQEAknsz4=";
patches = [ ./provider-path-0_15.patch ];
passthru = { inherit plugins; };
};