3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #61042 from xrelkd/update/cargo-bloat

cargo-bloat: 0.6.2 -> 0.6.3
This commit is contained in:
Mario Rodas 2019-05-06 22:07:24 -05:00 committed by GitHub
commit 5e407fcbb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 3 deletions

View file

@ -0,0 +1,19 @@
diff --git a/Cargo.lock b/Cargo.lock
index 01d38a8..e74e735 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,3 +1,5 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
[[package]]
name = "adler32"
version = "1.0.3"
@@ -41,7 +43,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cargo-bloat"
-version = "0.6.2"
+version = "0.6.3"
dependencies = [
"goblin 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -2,16 +2,17 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-bloat";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "RazrFalcon";
repo = pname;
rev = "v${version}";
sha256 = "0wf86r1s9skv0m4gp66g388847309nw9z1h8gadfg2c5w5idh3fb";
sha256 = "0jpwaw8ryfvfw5ypjvli18wwv6l1r6dyz1msipdpy7nvw1qdw54h";
};
cargoSha256 = "1mmfcvpwwi6fjb47fz1azrpdkg1x5p3qn5bx4p6dyjcs1fmpdbbq";
cargoPatches = [ ./cargo-lock.patch ];
cargoSha256 = "1275jfzkpkzbwv927hdkv4zplmynwrm7sbirq18dwfss55cm7r7z";
meta = with stdenv.lib; {
description = "A tool and Cargo subcommand that helps you find out what takes most of the space in your executable";