elfcat: 0.1.7 -> 0.1.8

This commit is contained in:
fortuneteller2k 2022-07-18 14:51:34 +00:00
parent 3aa086b0f0
commit 18677c2e7d
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.";