diff --git a/flake.lock b/flake.lock index 4402c6a..3ef8be9 100644 --- a/flake.lock +++ b/flake.lock @@ -5,27 +5,27 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1773235718, - "narHash": "sha256-jpAQLKwZoH1a/OgtoIho34mRVKwh1sIloSjChAbXWwE=", + "lastModified": 1773104521, + "narHash": "sha256-28vLtx9xZtzcF7V1RIRQ4FhhEmfcJydCNgfTrlNsOTo=", "owner": "gordon-code", "repo": "copier-flake", - "rev": "c7a313453cb6255654c8a0eb081555280fd8fda6", + "rev": "66a3c653cb91e6caaec4605a58a7e3f0e866424d", "type": "github" }, "original": { "owner": "gordon-code", "repo": "copier-flake", - "rev": "c7a313453cb6255654c8a0eb081555280fd8fda6", + "rev": "66a3c653cb91e6caaec4605a58a7e3f0e866424d", "type": "github" } }, "nixpkgs": { "locked": { - "lastModified": 1772963539, - "narHash": "sha256-9jVDGZnvCckTGdYT53d/EfznygLskyLQXYwJLKMPsZs=", + "lastModified": 1772773019, + "narHash": "sha256-E1bxHxNKfDoQUuvriG71+f+s/NT0qWkImXsYZNFFfCs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9dcb002ca1690658be4a04645215baea8b95f31d", + "rev": "aca4d95fce4914b3892661bcb80b8087293536c6", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index c005887..e0ed926 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/c7a313453cb6255654c8a0eb081555280fd8fda6"; # v2.0.1 + copier-flake.url = "github:gordon-code/copier-flake/66a3c653cb91e6caaec4605a58a7e3f0e866424d"; # v2.0.1 }; outputs = diff --git a/includes/flake-extra-inputs.jinja b/includes/flake-extra-inputs.jinja index d9da9f2..99595bf 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/c7a313453cb6255654c8a0eb081555280fd8fda6"; # v2.0.1 + copier-flake.url = "github:gordon-code/copier-flake/66a3c653cb91e6caaec4605a58a7e3f0e866424d"; # v2.0.1 {% endif %}