mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
terraform: 1.3.5 -> 1.3.6 (#206370)
https://github.com/hashicorp/terraform/releases/tag/v1.3.6
(cherry picked from commit 716a1ee54b)
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ed64de008f
commit
8530bee77a
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user