rust-audit-info: add nix-update-script

This commit is contained in:
Petr Portnov
2026-03-06 17:51:39 +03:00
parent 3352ddfee3
commit 2136cdebef
@@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchCrate,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -16,6 +17,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-ygz9uYwuDI892kwYwJPTsTAkBfsnRN2unOgqv8VHXSA=";
passthru.updateScript = nix-update-script { };
meta = {
description = "Command-line tool to extract the dependency trees embedded in binaries by cargo-auditable";
mainProgram = "rust-audit-info";