3
0
Fork 0
forked from mirrors/nixpkgs

cargo-vet: 0.6.1 -> 0.7.0

Diff: https://github.com/mozilla/cargo-vet/compare/0.6.1...0.7.0
This commit is contained in:
figsoda 2023-06-08 23:14:25 -04:00
parent 528c0188ed
commit a8b62c1c29

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-vet";
version = "0.6.1";
version = "0.7.0";
src = fetchFromGitHub {
owner = "mozilla";
repo = pname;
rev = version;
sha256 = "sha256-PAqpVixBdytHvSUu03OyoA1QGBxmmoeV78x6wCiCemQ=";
sha256 = "sha256-URTWfV/weXWvgaZv7RWKqr7w3dnad2Pr5wNv0rcm2eg=";
};
cargoSha256 = "sha256-dsaDpDa/BNqnL3K4a1mg3uEyM094/UO73MzJD9YaAwE=";
cargoSha256 = "sha256-cnxVcq5v6MXH7hrdT4kE+8DxJY5z2fGCF3G6GGJx8pw=";
buildInputs = lib.optional stdenv.isDarwin Security;