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:
parent
2058a48be5
commit
e371f83543
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue