···23rustPlatform.buildRustPackage rec {
4 pname = "cargo-bloat";
5- version = "0.12.0";
67 src = fetchFromGitHub {
8 owner = "RazrFalcon";
9 repo = pname;
10 rev = "v${version}";
11- hash = "sha256-vPk6ERl0VM1TjK/JRMcXqCvKqSTuw78MsmQ0xImQyd4=";
12 };
1314- cargoHash = "sha256-6fMFGLH16Z1O+ETlr0685TXHup1vJetfzPdNC2Lw9uM=";
1516 meta = with lib; {
17 description = "A tool and Cargo subcommand that helps you find out what takes most of the space in your executable";
···23rustPlatform.buildRustPackage rec {
4 pname = "cargo-bloat";
5+ version = "0.12.1";
67 src = fetchFromGitHub {
8 owner = "RazrFalcon";
9 repo = pname;
10 rev = "v${version}";
11+ hash = "sha256-B71VX7cJe1giOLmk3cQE8Zxr7fKGyQkoXRuM+NzBcb8=";
12 };
1314+ cargoHash = "sha256-BBFLyMx1OPT2XAM6pofs2kV/3n3FrNu0Jkyr/Y3smnI=";
1516 meta = with lib; {
17 description = "A tool and Cargo subcommand that helps you find out what takes most of the space in your executable";