Merge pull request #201140 from r-ryantm/auto-update/cargo-auditable

cargo-auditable: 0.5.2 -> 0.5.3
This commit is contained in:
figsoda 2022-11-14 10:31:31 -05:00 committed by GitHub
commit 9a5963fe58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-auditable";
version = "0.5.2";
version = "0.5.3";
src = fetchFromGitHub {
owner = "rust-secure-code";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4CHuthi7GXZKHenOE2Bk+Ps1AJlPkhvMIGHmV9Z00hA=";
sha256 = "sha256-bRx+a6vzjiS2dglVkTyUm8OASM2Qq05S7LuVkHaIYMU=";
};
cargoSha256 = "sha256-puq8BgYuynFZCepYZdQ9ggDYJlFDks7s/l3UxM9F7ag=";
cargoSha256 = "sha256-QZi45U+MV8h4AMcN3QLIfAn/gHzoBWuOsC7gDSBY2jI=";
meta = with lib; {
description = "A tool to make production Rust binaries auditable";