···2233rustPlatform.buildRustPackage rec {
44 pname = "cargo-bloat";
55- version = "0.12.0";
55+ version = "0.12.1";
6677 src = fetchFromGitHub {
88 owner = "RazrFalcon";
99 repo = pname;
1010 rev = "v${version}";
1111- hash = "sha256-vPk6ERl0VM1TjK/JRMcXqCvKqSTuw78MsmQ0xImQyd4=";
1111+ hash = "sha256-B71VX7cJe1giOLmk3cQE8Zxr7fKGyQkoXRuM+NzBcb8=";
1212 };
13131414- cargoHash = "sha256-6fMFGLH16Z1O+ETlr0685TXHup1vJetfzPdNC2Lw9uM=";
1414+ cargoHash = "sha256-BBFLyMx1OPT2XAM6pofs2kV/3n3FrNu0Jkyr/Y3smnI=";
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";