Merge pull request #130646 from fortuneteller2k/elfcat

This commit is contained in:
Sandro
2021-07-20 17:34:04 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ version = 3
[[package]]
name = "elfcat"
version = "0.1.3"
version = "0.1.4"
+2 -2
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;