Skip to content

Commit

Permalink
cargo-bloat: 0.9.0 -> 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xrelkd authored and bjornfor committed Nov 16, 2019
1 parent 87c674d commit 0b21ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/rust/cargo-bloat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

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

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

cargoSha256 = "1jc1lx0yk8galkyc4a67d39ywsfrgc2sjjsz08p47gpz7228d64w";
Expand Down

0 comments on commit 0b21ea6

Please sign in to comment.