Skip to content

Commit

Permalink
cargo-bloat: 0.8.3 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrelkd authored and Jon committed Oct 12, 2019
1 parent 9c19b7b commit 1658beb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-bloat/default.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-bloat";
version = "0.8.3";
version = "0.9.0";

src = fetchFromGitHub {
owner = "RazrFalcon";
repo = pname;
rev = "v${version}";
sha256 = "088px2kdcfjdb8zfmk7g409h7ij9dngywz336hj2ny82lrdjzazc";
sha256 = "03pzp5d9kzbx62jpjzgww0x3qv9f08blvl8f4yg5hrlyaaa06xsd";
};

cargoSha256 = "11q8j8y7m59gc8047qhz6pp2825qjcpg9xwgj09l8a5aijf25avb";
cargoSha256 = "1jc1lx0yk8galkyc4a67d39ywsfrgc2sjjsz08p47gpz7228d64w";

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 1658beb

Please sign in to comment.