Merge pull request #130646 from fortuneteller2k/elfcat

This commit is contained in:
Sandro 2021-07-20 17:34:04 +02:00 committed by GitHub
commit 285935dae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -4,4 +4,4 @@ version = 3
[[package]]
name = "elfcat"
version = "0.1.3"
version = "0.1.4"

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "elfcat";
version = "0.1.3";
version = "0.1.4";
src = fetchFromGitHub {
owner = "ruslashev";
repo = pname;
rev = version;
sha256 = "sha256-s56FyRoD2IhgdwEV63jMaB265CodHUlvmrWzmXAmonY=";
sha256 = "sha256-gh5JO3vO2FpHiZfaHOODPhRSB9HqZe1ir4g7UEkSUHY=";
};
cargoLock.lockFile = ./Cargo.lock;