···2233rustPlatform.buildRustPackage rec {
44 pname = "cargo-bloat";
55- version = "0.11.0";
55+ version = "0.11.1";
6677 src = fetchFromGitHub {
88 owner = "RazrFalcon";
99 repo = pname;
1010 rev = "v${version}";
1111- sha256 = "sha256-UzMo+IqoP3GpGu7tWlrkEU1YpVLgEL7UwIU1hPmoJNg=";
1111+ sha256 = "sha256-lCA7C1G2xu65jn3/wzj6prWSrjQz3EqqJyMlPR/HRFs=";
1212 };
13131414- cargoSha256 = "sha256-w3+ypGuVRGwC94zj/OaDUUoUbBnepGHvqulY4IVIsfo=";
1414+ cargoSha256 = "sha256-fOenXn5gagFss9DRDXXsGxQlDqVXZ5LZcdM4WsXAyUU=";
15151616 meta = with lib; {
1717 description = "A tool and Cargo subcommand that helps you find out what takes most of the space in your executable";