3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #212841 from r-ryantm/auto-update/bingrep

bingrep: 0.9.0 -> 0.10.1
This commit is contained in:
Nick Cao 2023-01-27 18:15:38 +08:00 committed by GitHub
commit 12fc3f6db8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "bingrep";
version = "0.9.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "m4b";
repo = pname;
rev = "v${version}";
hash = "sha256-M3BYj1SKQKjEqP9cxaVlh7UeleDbcx6JN+UI6Ez+QJ8=";
hash = "sha256-Uzkz4KEFOf4XdcfkjQm8OQRenUX9jDxTJaRivfIy0ak=";
};
cargoHash = "sha256-botAoLNg/qTh+cjPXcjo/Ol2Vktj/c5130k5falEuLY=";
cargoHash = "sha256-NbZ9E3vUiDDKyEHZfgS8ErxXhQSTTsoPA/g+kGxCbXc=";
meta = with lib; {
description = "Greps through binaries from various OSs and architectures, and colors them";