Merge pull request #61592 from xrelkd/update/cargo-sweep

cargo-sweep: fix cargoSha256
This commit is contained in:
Mario Rodas 2019-05-16 23:14:55 -05:00 committed by GitHub
commit 4649cce654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1zp0x0jy5bjqbxawlwvpj6vb3y602mnh19p48rw70kdx6vripbvj";
};
cargoSha256 = "06hx8mlqarjnqrprwdp80cmanmacg3xz62r1bbn27pn60xv719hn";
cargoSha256 = "1j5i4gp5mspgb8l6a25lqlyr5c16pchbh3g3yn8h1qlxj8g2vgnh";
meta = with stdenv.lib; {
description = "A Cargo subcommand for cleaning up unused build files generated by Cargo";