mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
ethabi: 0.2.1 -> 1.0.4
This commit is contained in:
parent
5d5c0d590f
commit
c178ee4726
@ -4,16 +4,16 @@ with rustPlatform;
|
|||||||
|
|
||||||
buildRustPackage rec {
|
buildRustPackage rec {
|
||||||
name = "ethabi-${version}";
|
name = "ethabi-${version}";
|
||||||
version = "0.2.1";
|
version = "1.0.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ethcore";
|
owner = "paritytech";
|
||||||
repo = "ethabi";
|
repo = "ethabi";
|
||||||
rev = "fbed04984cab0db8767e01054ee16271b8e36281";
|
rev = "18ddc983d77b2a97e6c322abcc23bec59940d65f";
|
||||||
sha256 = "1zgyyg1i5wmz8l1405yg5jmq4ddq530sl7018pkkc7l6cjj3bbhd";
|
sha256 = "1rg7ydvnhlg8w6blilm3cv6v4q51x1hgrbkln2ikhpdq0vakp5fd";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsSha256 = "0srxv0wbhvyflc967lkpd2mx5nk7asx2cbxa0qxvas16wy6vxz52";
|
depsSha256 = "1n4rxipna307r4xppb2iaads7kpa3yjv99fimvpn8l0f999ir2rz";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Ethereum function call encoding (ABI) utility";
|
description = "Ethereum function call encoding (ABI) utility";
|
||||||
|
Loading…
Reference in New Issue
Block a user