rust-audit-info: 0.5.2 -> 0.5.4 (#482143)

This commit is contained in:
Nick Cao
2026-01-21 21:10:58 +00:00
committed by GitHub
+3 -3
View File
@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec {
pname = "rust-audit-info";
version = "0.5.2";
version = "0.5.4";
src = fetchCrate {
inherit pname version;
hash = "sha256-g7ElNehBAVSRRlqsxkNm20C0KOMkf310bXNs3EN+/NQ=";
hash = "sha256-zxdF65/9cgdDLM7HA30NCEZj1S5SogH+oM3aq55K0os=";
};
cargoHash = "sha256-TvbFhFtdQ6fBNjIMgzQDVnK+IZThUJmht7r2zSmcllE=";
cargoHash = "sha256-ygz9uYwuDI892kwYwJPTsTAkBfsnRN2unOgqv8VHXSA=";
meta = {
description = "Command-line tool to extract the dependency trees embedded in binaries by cargo-auditable";