flake.lock: Update
Flake lock file updates: • Updated input 'tf-pkgs': 'github:NixOS/nixpkgs/5cc930fbdf3e069df2efc5de6dd728a9f13e9ba9' (2023-08-13) → 'github:NixOS/nixpkgs/982b24c40e743793c966b47b3bb3699881489ae0' (2023-10-15) Terraform updates: terraform: 1.5.5 → 1.6.1 terraform-provider-cloudflare: 4.12.0 → 4.16.0 terraform-provider-gandi: 2.2.3 → 2.2.4 terraform-provider-sops: 0.7.2 → 1.0.0 terraform-provider-tfe: 0.48.0 → 0.49.2
This commit is contained in:
parent
4f2e1de15f
commit
be9777f41f
2 changed files with 5 additions and 5 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -203,17 +203,17 @@
|
|||
},
|
||||
"tf-pkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1691958685,
|
||||
"narHash": "sha256-kVozCmMA1i1UIeweiAYl9PUaClqSu6g5qYnq7KWOk6A=",
|
||||
"lastModified": 1697343899,
|
||||
"narHash": "sha256-66Dosy7YYVhkesbHXB4xxZZ+2NOi9CmFDyHOI1ZTAbQ=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5cc930fbdf3e069df2efc5de6dd728a9f13e9ba9",
|
||||
"rev": "982b24c40e743793c966b47b3bb3699881489ae0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5cc930fbdf3e069df2efc5de6dd728a9f13e9ba9",
|
||||
"rev": "982b24c40e743793c966b47b3bb3699881489ae0",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
tf-pkgs.url = "github:NixOS/nixpkgs/5cc930fbdf3e069df2efc5de6dd728a9f13e9ba9";
|
||||
tf-pkgs.url = "github:NixOS/nixpkgs/982b24c40e743793c966b47b3bb3699881489ae0";
|
||||
};
|
||||
|
||||
outputs = inputs @ { flake-parts, self, ... }:
|
||||
|
|
Loading…
Add table
Reference in a new issue