diff --git a/flake.lock b/flake.lock index 3ef8be9..72e2c89 100644 --- a/flake.lock +++ b/flake.lock @@ -5,27 +5,27 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1773104521, - "narHash": "sha256-28vLtx9xZtzcF7V1RIRQ4FhhEmfcJydCNgfTrlNsOTo=", + "lastModified": 1772896194, + "narHash": "sha256-98ks+ya4E4Z7AbOfhABKPKCq3uuIGkK1ufr9wOlyw2o=", "owner": "gordon-code", "repo": "copier-flake", - "rev": "66a3c653cb91e6caaec4605a58a7e3f0e866424d", + "rev": "8019f094d861f1110790eb99998c795e6baec6f4", "type": "github" }, "original": { "owner": "gordon-code", "repo": "copier-flake", - "rev": "66a3c653cb91e6caaec4605a58a7e3f0e866424d", + "rev": "8019f094d861f1110790eb99998c795e6baec6f4", "type": "github" } }, "nixpkgs": { "locked": { - "lastModified": 1772773019, - "narHash": "sha256-E1bxHxNKfDoQUuvriG71+f+s/NT0qWkImXsYZNFFfCs=", + "lastModified": 1786106723, + "narHash": "sha256-zDSUbpoeo/9ZmD2+wXnzxoo1+uhL8vxc0b8yuYMKYq0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "aca4d95fce4914b3892661bcb80b8087293536c6", + "rev": "f13ff45afd1bb73e640eaa08a7066dbed07e3238", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index e0ed926..0eef0e1 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - copier-flake.url = "github:gordon-code/copier-flake/66a3c653cb91e6caaec4605a58a7e3f0e866424d"; # v2.0.1 + copier-flake.url = "github:gordon-code/copier-flake/8019f094d861f1110790eb99998c795e6baec6f4"; # v9.7.1 }; outputs = diff --git a/includes/flake-extra-inputs.jinja b/includes/flake-extra-inputs.jinja index 99595bf..aace8fd 100644 --- a/includes/flake-extra-inputs.jinja +++ b/includes/flake-extra-inputs.jinja @@ -1,3 +1,3 @@ {% if _is_template %} - copier-flake.url = "github:gordon-code/copier-flake/66a3c653cb91e6caaec4605a58a7e3f0e866424d"; # v2.0.1 + copier-flake.url = "github:gordon-code/copier-flake/8019f094d861f1110790eb99998c795e6baec6f4"; # v9.7.1 {% endif %}