3
0
Fork 0
forked from mirrors/nixpkgs

terraform: 1.3.5 -> 1.3.6

https://github.com/hashicorp/terraform/releases/tag/v1.3.6
This commit is contained in:
zowoq 2022-12-01 08:04:44 +10:00
parent 2058a48be5
commit e371f83543

View file

@ -168,8 +168,8 @@ rec {
mkTerraform = attrs: pluggable (generic attrs);
terraform_1 = mkTerraform {
version = "1.3.5";
sha256 = "sha256-+jmZcIF9+vvjoA/PXWCc3F4l3YnlpZgxs0eGxchiIBE=";
version = "1.3.6";
sha256 = "sha256-aETsvcHoHSwqWCAdn9JPJLcX1Wi1umUghSjkq37OYDU=";
vendorSha256 = "sha256-fviukVGBkbxFs2fJpEp/tFMymXex7NRQdcGIIA9W88k=";
patches = [ ./provider-path-0_15.patch ];
passthru = {