maint: Update pre-commit-hooks-nix

(cherry picked from commit dc8985d5bf77c76ee4b2a0816d314e9e2c7f5318)
This commit is contained in:
Robert Hensing 2024-03-20 14:21:23 +01:00
parent dbab66b38d
commit be1c6bef6b
2 changed files with 6 additions and 8 deletions

11
flake.lock generated
View file

@ -293,16 +293,15 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1710862133,
"narHash": "sha256-+e62qOvW6svSU59SOVniBodNe0WkIYgfwXPazUyEBNE=",
"owner": "hercules-ci",
"lastModified": 1710923068,
"narHash": "sha256-6hOpUiuxuwpXXc/xfJsBUJeqqgGI+JMJuLo45aG3cKc=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "d43e4853f578739ac2264eadcd18faa5aeb41889",
"rev": "e611897ddfdde3ed3eaac4758635d7177ff78673",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"ref": "rustfmt-all",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}

View file

@ -9,8 +9,7 @@
nix-cargo-integration.url = "github:yusdacra/nix-cargo-integration";
nix-cargo-integration.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# https://github.com/cachix/pre-commit-hooks.nix/pull/410
pre-commit-hooks-nix.url = "github:hercules-ci/pre-commit-hooks.nix/rustfmt-all";
pre-commit-hooks-nix.url = "github:cachix/pre-commit-hooks.nix";
pre-commit-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";
};