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]]
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;