Merge pull request #92943 from minijackson/cargo-inspect-0.10.3

cargo-inspect: 0.10.1 -> 0.10.3
This commit is contained in:
Daniël de Kok 2020-07-11 20:09:27 +02:00 committed by GitHub
commit e8d7851e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-inspect"; pname = "cargo-inspect";
version = "0.10.1"; version = "0.10.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mre"; owner = "mre";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0rjy8jlar939fkl7wi8a6zxsrl4axz2nrhv745ny8x38ii4sfbzr"; sha256 = "026vc8d0jkc1d7dlp3ldmwks7svpvqzl0k5niri8a12cl5w5b9hj";
}; };
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ]; buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
cargoSha256 = "0v7g9rkw7axy99vcfi7sy2pw7wnpq424jvd8xchcv8ghh8yw9lyc"; cargoSha256 = "1ryi5qi1zz2yljyj4rn84q9zkzafc9w4nw3zc01hlzpnb1sjw5sw";
meta = with lib; { meta = with lib; {
description = "See what Rust is doing behind the curtains"; description = "See what Rust is doing behind the curtains";