cargo-auditable: unstable-2022-12-07 -> 0.6.0

This commit is contained in:
figsoda 2022-12-07 18:01:08 -05:00
parent 4ab0618bc5
commit 0f4a7276c4

View File

@ -3,16 +3,16 @@
let let
args = rec { args = rec {
pname = "cargo-auditable"; pname = "cargo-auditable";
version = "unstable-2022-12-07"; version = "0.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rust-secure-code"; owner = "rust-secure-code";
repo = pname; repo = pname;
rev = "246468da22d619c816227797fb176c44026c7105"; rev = "v${version}";
sha256 = "sha256-tZ6qA20TM+mZa2bYWWdFeM+6104e+hVE9Swst2n6Mx8="; sha256 = "sha256-mSiEC+9QtRjWmywJnGgUqp+q8fhY0qUYrgjrAVaY114=";
}; };
cargoSha256 = "sha256-LkFP/m/pTIDnIueNDwM89lk7FNXnT4Fl8EIdXgR9oOg="; cargoSha256 = "sha256-Wz5My/QxPpZVsPBUe3KHT3ttD6CTU8NCY8rhFEC+UlA=";
meta = with lib; { meta = with lib; {
description = "A tool to make production Rust binaries auditable"; description = "A tool to make production Rust binaries auditable";