Merge pull request #80170 from dywedir/bingrep

bingrep: 0.8.1 -> 0.8.2
This commit is contained in:
Daniel Schaefer 2020-02-15 14:57:17 +01:00 committed by GitHub
commit 3d2d55c85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,19 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "bingrep";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "m4b";
repo = pname;
rev = "v${version}";
sha256 = "1xig3lrw0jdaxibzirqnm50l8nj4si9pa9w0jypmyhf1lr6yzd0g";
sha256 = "1qv41g7mblnq07145m03s2fhbrjfsc0924zb9z4cp159ygkggxcy";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1fsp1ycfswrzldwnjw5cdwi809fd37pwshvrpf7sp0wmzx2bqhgm";
cargoSha256 = "1z53408mcmy698xb2sxj1s1p9xc9srlkj0v8wswhdp7nq27vwkdj";
meta = with stdenv.lib; {
description = "Greps through binaries from various OSs and architectures, and colors them";