elfcat: remove Cargo.lock file

This commit is contained in:
Sandro Jäckel 2021-07-30 14:30:25 +02:00
parent e448b1c8be
commit 6adebe1f67
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 1 additions and 8 deletions

View file

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

View file

@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-gh5JO3vO2FpHiZfaHOODPhRSB9HqZe1ir4g7UEkSUHY=";
};
cargoLock.lockFile = ./Cargo.lock;
cargoSha256 = null;
meta = with lib; {
description = "ELF visualizer, generates HTML files from ELF binaries.";