diff --git a/flake.lock b/flake.lock index 1a3c943e5..bf35f616c 100644 --- a/flake.lock +++ b/flake.lock @@ -53,7 +53,7 @@ }, "original": { "type": "tarball", - "url": "https://flakehub.com/f/cachix/git-hooks.nix/0.1" + "url": "https://flakehub.com/f/cachix/git-hooks.nix/0.1.941" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index e4e08a649..52232facd 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ # dev tooling inputs.flake-parts.url = "https://flakehub.com/f/hercules-ci/flake-parts/0.1"; - inputs.git-hooks-nix.url = "https://flakehub.com/f/cachix/git-hooks.nix/0.1"; + inputs.git-hooks-nix.url = "https://flakehub.com/f/cachix/git-hooks.nix/0.1.941"; # work around https://github.com/NixOS/nix/issues/7730 inputs.flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; inputs.git-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";