From be9777f41ffe9f7c47f7f161873998f9229110ea Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:09:29 +1000 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 5c4f66c..971c542 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } }, diff --git a/flake.nix b/flake.nix index 6bfa675..11d521c 100644 --- a/flake.nix +++ b/flake.nix @@ -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, ... }: