flake.lock: Update

Flake lock file updates:

• Updated input 'tf-pkgs':
    'github:NixOS/nixpkgs/5751551558d7896ffb30ff3d709b4943bb3eafa8' (2023-05-04)
  → 'github:NixOS/nixpkgs/3f697e808b31a955462bc0b20b229d4072c99aa7' (2023-06-04)

Terraform updates:

terraform-provider-cloudflare: 4.5.0 → 4.7.1
terraform-provider-tfe: 0.44.1 → 0.45.0
This commit is contained in:
zowoq 2023-06-06 13:41:37 +10:00
parent 9e53149e7c
commit a1aa19ebfc
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -207,17 +207,17 @@
},
"tf-pkgs": {
"locked": {
"lastModified": 1683212983,
"narHash": "sha256-4GwtXD3tBUtBAL20ygoOggZWgLdxU34VZ1vanbV64KI=",
"lastModified": 1685899275,
"narHash": "sha256-4i3pCj/UBCN8M9jUKD3SEu5FhKN+wi4UXsbmLJYGoSw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5751551558d7896ffb30ff3d709b4943bb3eafa8",
"rev": "3f697e808b31a955462bc0b20b229d4072c99aa7",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5751551558d7896ffb30ff3d709b4943bb3eafa8",
"rev": "3f697e808b31a955462bc0b20b229d4072c99aa7",
"type": "github"
}
},

View file

@ -40,7 +40,7 @@
treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
tf-pkgs.url = "github:NixOS/nixpkgs/5751551558d7896ffb30ff3d709b4943bb3eafa8";
tf-pkgs.url = "github:NixOS/nixpkgs/3f697e808b31a955462bc0b20b229d4072c99aa7";
};
outputs = inputs @ { flake-parts, self, ... }: