mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-11 15:34:05 +00:00
terraform: 1.6.6 -> 1.7.0
Diff: https://github.com/hashicorp/terraform/compare/v1.6.6...v1.7.0 Changelog: https://github.com/hashicorp/terraform/blob/v1.7.0/CHANGELOG.md
This commit is contained in:
parent
8a9a8c6104
commit
0ab5260d55
@ -167,9 +167,9 @@ rec {
|
||||
mkTerraform = attrs: pluggable (generic attrs);
|
||||
|
||||
terraform_1 = mkTerraform {
|
||||
version = "1.6.6";
|
||||
hash = "sha256-fYFmHypzSbSgut9Wij6Sz8xR97DVOwPLQap6pan7IRA=";
|
||||
vendorHash = "sha256-fQsxTX1v8HsMDIkofeCVfNitJAaTWHwppC7DniXlvT4=";
|
||||
version = "1.7.0";
|
||||
hash = "sha256-oF0osIC/ti9ZkWDTBIQuBHreIBVfeo4f/naGFdaMxJE=";
|
||||
vendorHash = "sha256-77W0x6DENB+U3yB4LI3PwJU9bTuH7Eqz2a9FNoERuJg=";
|
||||
patches = [ ./provider-path-0_15.patch ];
|
||||
passthru = {
|
||||
inherit plugins;
|
||||
|
Loading…
Reference in New Issue
Block a user