Merge pull request #181962 from fortuneteller2k/elfcat

elfcat: 0.1.7 -> 0.1.8
This commit is contained in:
Winter 2022-07-20 01:44:24 -04:00 committed by GitHub
commit acc15208ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 3 deletions

7
pkgs/tools/misc/elfcat/Cargo.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "elfcat"
version = "0.1.8"

View File

@ -2,16 +2,17 @@
rustPlatform.buildRustPackage rec {
pname = "elfcat";
version = "0.1.7";
version = "0.1.8";
src = fetchFromGitHub {
owner = "ruslashev";
repo = pname;
rev = version;
sha256 = "sha256-qmyD9BkD00yAQxmkgP2g5uvv/U7D/hUkCMJq44MI4YI=";
sha256 = "sha256-NzFKNCCPWBj/fhaEJF34nyeyvLMeQwIcQgTlYc6mgYo=";
};
cargoSha256 = null;
# There is no dependency to vendor in this project.
cargoLock.lockFile = ./Cargo.lock;
meta = with lib; {
description = "ELF visualizer, generates HTML files from ELF binaries.";