diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/rust-crates-advisory/default.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/rust-crates-advisory/default.nix b/tools/rust-crates-advisory/default.nix index 1a26a523b22c..9490e3f47477 100644 --- a/tools/rust-crates-advisory/default.nix +++ b/tools/rust-crates-advisory/default.nix @@ -7,13 +7,7 @@ let // depot.nix.getBins pkgs.lr [ "lr" ] ; - crate-advisories = "${pkgs.fetchFromGitHub { - owner = "RustSec"; - repo = "advisory-db"; - # TODO(Profpatsch): this will have to be updated regularly, how? - rev = "113188c62380753f01ff0df5edb7d67a300b143a"; - sha256 = "0v086ybwr71zgs5nv8yr4w2w2d4daxx6in2s1sjb4m41q1r9p0wj"; - }}/crates"; + crate-advisories = "${depot.third_party.rustsec-advisory-db}/crates"; our-crates = lib.filter (v: v ? outPath) (builtins.attrValues depot.third_party.rust-crates); |