cargo-vet: 0.5.1 -> 0.5.2

Diff: https://github.com/mozilla/cargo-vet/compare/0.5.1...0.5.2
This commit is contained in:
figsoda
2023-03-24 14:10:51 -04:00
parent 598cf2090c
commit 0470884699
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-vet";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "mozilla";
repo = pname;
rev = version;
sha256 = "sha256-nBhm6EDs99oKdUxT+N+IC7fY/U0yyeJyr6vbaZaiGSI=";
sha256 = "sha256-+Qbq3EARedsaPtSTfR/UCC/1p0b/QmvriG2AIyx8coo=";
};
cargoSha256 = "sha256-M6CdYL8CDfFH0RaYGel6dC3LxQZzq9YbU8ecH9CWEr8=";
cargoSha256 = "sha256-Vij4vq+04fLpbcDpYVMBVl3QNVZprUYcVLB28mrjUOg=";
buildInputs = lib.optional stdenv.isDarwin Security;