bingrep: 0.8.1 -> 0.8.2

This commit is contained in:
Vladyslav M 2020-02-15 08:13:12 +02:00
parent 6f24be13ee
commit 07e1adff46
No known key found for this signature in database
GPG Key ID: 3B1AD98E3D65BD4D

View File

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