flake.lock: Update
Flake lock file updates: • Updated input 'tf-pkgs': 'github:NixOS/nixpkgs/3f697e808b31a955462bc0b20b229d4072c99aa7' (2023-06-04) → 'github:NixOS/nixpkgs/5cc930fbdf3e069df2efc5de6dd728a9f13e9ba9' (2023-08-13) Terraform updates: terraform: 1.4.6 → 1.5.5 terraform-provider-cloudflare: 4.7.1 → 4.12.0 terraform-provider-tfe: 0.45.0 → 0.48.0
This commit is contained in:
parent
41f4ae81e4
commit
718d18826e
2 changed files with 5 additions and 5 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -229,17 +229,17 @@
|
|||
},
|
||||
"tf-pkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1685899275,
|
||||
"narHash": "sha256-4i3pCj/UBCN8M9jUKD3SEu5FhKN+wi4UXsbmLJYGoSw=",
|
||||
"lastModified": 1691958685,
|
||||
"narHash": "sha256-kVozCmMA1i1UIeweiAYl9PUaClqSu6g5qYnq7KWOk6A=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "3f697e808b31a955462bc0b20b229d4072c99aa7",
|
||||
"rev": "5cc930fbdf3e069df2efc5de6dd728a9f13e9ba9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "3f697e808b31a955462bc0b20b229d4072c99aa7",
|
||||
"rev": "5cc930fbdf3e069df2efc5de6dd728a9f13e9ba9",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
tf-pkgs.url = "github:NixOS/nixpkgs/3f697e808b31a955462bc0b20b229d4072c99aa7";
|
||||
tf-pkgs.url = "github:NixOS/nixpkgs/5cc930fbdf3e069df2efc5de6dd728a9f13e9ba9";
|
||||
};
|
||||
|
||||
outputs = inputs @ { flake-parts, self, ... }:
|
||||
|
|
Loading…
Add table
Reference in a new issue