cargo-vet: 0.5.2 -> 0.6.1

Diff: https://github.com/mozilla/cargo-vet/compare/0.5.2...0.6.1
This commit is contained in:
figsoda 2023-03-29 20:02:33 -04:00
parent d4811111f1
commit 3690b7e885

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-vet";
version = "0.5.2";
version = "0.6.1";
src = fetchFromGitHub {
owner = "mozilla";
repo = pname;
rev = version;
sha256 = "sha256-+Qbq3EARedsaPtSTfR/UCC/1p0b/QmvriG2AIyx8coo=";
sha256 = "sha256-PAqpVixBdytHvSUu03OyoA1QGBxmmoeV78x6wCiCemQ=";
};
cargoSha256 = "sha256-Vij4vq+04fLpbcDpYVMBVl3QNVZprUYcVLB28mrjUOg=";
cargoSha256 = "sha256-dsaDpDa/BNqnL3K4a1mg3uEyM094/UO73MzJD9YaAwE=";
buildInputs = lib.optional stdenv.isDarwin Security;