Merge pull request #181962 from fortuneteller2k/elfcat
elfcat: 0.1.7 -> 0.1.8
This commit is contained in:
commit
acc15208ee
7
pkgs/tools/misc/elfcat/Cargo.lock
generated
Normal file
7
pkgs/tools/misc/elfcat/Cargo.lock
generated
Normal 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"
|
@ -2,16 +2,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "elfcat";
|
pname = "elfcat";
|
||||||
version = "0.1.7";
|
version = "0.1.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ruslashev";
|
owner = "ruslashev";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
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; {
|
meta = with lib; {
|
||||||
description = "ELF visualizer, generates HTML files from ELF binaries.";
|
description = "ELF visualizer, generates HTML files from ELF binaries.";
|
||||||
|
Loading…
Reference in New Issue
Block a user