cargo-bloat: 0.10.0 -> 0.10.1

This commit is contained in:
R. RyanTM 2021-07-04 11:05:15 +00:00
parent af7a317f79
commit a3703d72c5

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-bloat"; pname = "cargo-bloat";
version = "0.10.0"; version = "0.10.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "RazrFalcon"; owner = "RazrFalcon";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0bqzzh8vfqm7dpnb0fv4calnhsg9p3c5j06ycvg621p4zp4fydh2"; sha256 = "sha256-VcdZ/dKqFFQs8ItNEj407z1pWJqpHwwIsuNnsQ8KU/8=";
}; };
cargoSha256 = "0f7hmwrs99qdvhn4lvs8cqva68w2y04fy3ca1xlhk7ncdmclcc4g"; cargoSha256 = "sha256-1TIGv0yVhkhThqZiQW9JrvFd0eouTlr8kgN/g7b4vDM=";
meta = with lib; { meta = with lib; {
description = "A tool and Cargo subcommand that helps you find out what takes most of the space in your executable"; description = "A tool and Cargo subcommand that helps you find out what takes most of the space in your executable";