Merge pull request #310568 from r-ryantm/auto-update/cargo-bloat

cargo-bloat: 0.12.0 -> 0.12.1

authored by nixpkgs-merge-bot[bot] and committed by GitHub d42c1c8d 7da17ece

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