elfcat: 0.1.3 -> 0.1.4

This commit is contained in:
fortuneteller2k 2021-07-20 01:07:28 +08:00
parent 6cc55fd638
commit 8af3db7f82
2 changed files with 3 additions and 3 deletions

View File

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

View File

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