mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
terraform: 1.7.3 -> 1.7.4
Diff: https://github.com/hashicorp/terraform/compare/v1.7.3...v1.7.4 Changelog: https://github.com/hashicorp/terraform/blob/v1.7.4/CHANGELOG.md
This commit is contained in:
parent
f8946c68b2
commit
0472f3c9c5
|
@ -167,8 +167,8 @@ rec {
|
|||
mkTerraform = attrs: pluggable (generic attrs);
|
||||
|
||||
terraform_1 = mkTerraform {
|
||||
version = "1.7.3";
|
||||
hash = "sha256-/NnpmZLCEoSwJYsHmMxQ8HRxzsyCm91oc6T+mcsaNv0=";
|
||||
version = "1.7.4";
|
||||
hash = "sha256-LF8lFDZtDowHqa0z/TCVKznxn15Msha/af8p/w0bI1k=";
|
||||
vendorHash = "sha256-DI4YTjdFFvfby8ExEY3KoK4J9YKK5LPpMbelzFMDVVs=";
|
||||
patches = [ ./provider-path-0_15.patch ];
|
||||
passthru = {
|
||||
|
|
Loading…
Reference in a new issue