rust-audit-info: 0.5.1 -> 0.5.2

This commit is contained in:
figsoda 2022-11-14 16:50:29 -05:00
parent 01c9df23e8
commit 2964d34b7c

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "rust-audit-info";
version = "0.5.1";
version = "0.5.2";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-oxlbtFDQj6nyBXzNczG6ZhSOHvVQjK1FimWm/pSZHtY=";
sha256 = "sha256-g7ElNehBAVSRRlqsxkNm20C0KOMkf310bXNs3EN+/NQ=";
};
cargoSha256 = "sha256-Y+5OUfsmUhDP9Fn8s9nso0W25eTFodDIVEVusn6HRmk=";
cargoSha256 = "sha256-bKrdgz6dyv/PF5JXMq7uvsh7SsK/qEd2W7tm6+YYlxg=";
meta = with lib; {
description = "A command-line tool to extract the dependency trees embedded in binaries by cargo-auditable";