Update repo url for git hooks

This commit is contained in:
Jakob Lechner 2024-05-15 19:00:02 +00:00
parent 123fcf6748
commit 28e4bb364d
2 changed files with 3 additions and 3 deletions

4
flake.lock generated
View file

@ -157,14 +157,14 @@
"lastModified": 1715609711,
"narHash": "sha256-/5u29K0c+4jyQ8x7dUIEUWlz2BoTSZWUP2quPwFCE7M=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"repo": "git-hooks.nix",
"rev": "c182c876690380f8d3b9557c4609472ebfa1b141",
"type": "github"
},
"original": {
"owner": "cachix",
"ref": "master",
"repo": "pre-commit-hooks.nix",
"repo": "git-hooks.nix",
"type": "github"
}
},

View file

@ -12,7 +12,7 @@
};
nix-pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix/master";
url = "github:cachix/git-hooks.nix/master";
inputs.flake-utils.follows = "flake-utils";
};