Skip to content

Commit

Permalink
Merge pull request #307652 from r-ryantm/auto-update/cargo-bloat
Browse files Browse the repository at this point in the history
cargo-bloat: 0.11.1 -> 0.12.0
  • Loading branch information
matthiasbeyer committed Apr 29, 2024
2 parents 2b6fa1c + a663928 commit ea1ec93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ca/cargo-bloat/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-bloat";
version = "0.11.1";
version = "0.12.0";

src = fetchFromGitHub {
owner = "RazrFalcon";
repo = pname;
rev = "v${version}";
hash = "sha256-lCA7C1G2xu65jn3/wzj6prWSrjQz3EqqJyMlPR/HRFs=";
hash = "sha256-vPk6ERl0VM1TjK/JRMcXqCvKqSTuw78MsmQ0xImQyd4=";
};

cargoHash = "sha256-fOenXn5gagFss9DRDXXsGxQlDqVXZ5LZcdM4WsXAyUU=";
cargoHash = "sha256-6fMFGLH16Z1O+ETlr0685TXHup1vJetfzPdNC2Lw9uM=";

meta = with lib; {
description = "A tool and Cargo subcommand that helps you find out what takes most of the space in your executable";
Expand Down

0 comments on commit ea1ec93

Please sign in to comment.