1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
8 owner = "rust-ethereum";
11 sha256 = "sha256-bl46CSVP1MMYI3tkVAHFrjMFwTt8QoleZCV9pMIMZyc=";
15 lockFile = ./Cargo.lock;
19 ln -s ${./Cargo.lock} Cargo.lock
23 description = "Ethereum function call encoding (ABI) utility";
24 homepage = "https://github.com/rust-ethereum/ethabi";
25 maintainers = [ maintainers.dbrock ];
26 license = licenses.asl20;