3
0
Fork 0
forked from mirrors/nixpkgs

cargo-bloat: 0.7.0 -> 0.7.1

This commit is contained in:
xrelkd 2019-06-20 20:31:17 +08:00
parent 9f79b1eab2
commit 5702d02c38

View file

@ -2,20 +2,20 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-bloat";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "RazrFalcon";
repo = pname;
rev = "v${version}";
sha256 = "169x90jrd2izj29xczja8pca984i6jgyx3ihfpd7cb1gw30rggbg";
sha256 = "05dk2y223fjaw49sj0pia9ddccs1j0x4fdyz0bnss38dgf1njygx";
};
cargoSha256 = "12cbc5bdzvcjh2d00d1ma91crbjwzas9rv8xxnnh850rjz8h684h";
cargoSha256 = "0bpy8888zbqy9b8hkbfsdxqcs88dn2r7p3qnhfn7a6ri4bw7ihhw";
meta = with stdenv.lib; {
description = "A tool and Cargo subcommand that helps you find out what takes most of the space in your executable";
homepage = https://github.com/RazrFalcon/cargo-bloat;
homepage = "https://github.com/RazrFalcon/cargo-bloat";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ xrelkd ];