about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2017-04-13 08:52:17 -0400
committerGitHub <noreply@github.com>2017-04-13 08:52:17 -0400
commit68513361f174a92c7954f8e9a54e59885f44d874 (patch)
tree7d08631729edfaeb14591f5135ea548aec43f8df /pkgs/applications
parentcf7a383b610e182af921188e5b67e45293d25c29 (diff)
parentc178ee4726f2123515b47e7853442e16ec3883ed (diff)
Merge pull request #24818 from dbrock/ethabi
ethabi: 0.2.1 -> 1.0.4
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/altcoins/ethabi.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/altcoins/ethabi.nix b/pkgs/applications/altcoins/ethabi.nix
index b92a656c08337..d2532e0d41e97 100644
--- a/pkgs/applications/altcoins/ethabi.nix
+++ b/pkgs/applications/altcoins/ethabi.nix
@@ -4,16 +4,16 @@ with rustPlatform;
 
 buildRustPackage rec {
   name = "ethabi-${version}";
-  version = "0.2.1";
+  version = "1.0.4";
 
   src = fetchFromGitHub {
-    owner = "ethcore";
+    owner = "paritytech";
     repo = "ethabi";
-    rev = "fbed04984cab0db8767e01054ee16271b8e36281";
-    sha256 = "1zgyyg1i5wmz8l1405yg5jmq4ddq530sl7018pkkc7l6cjj3bbhd";
+    rev = "18ddc983d77b2a97e6c322abcc23bec59940d65f";
+    sha256 = "1rg7ydvnhlg8w6blilm3cv6v4q51x1hgrbkln2ikhpdq0vakp5fd";
   };
 
-  depsSha256 = "0srxv0wbhvyflc967lkpd2mx5nk7asx2cbxa0qxvas16wy6vxz52";
+  depsSha256 = "1n4rxipna307r4xppb2iaads7kpa3yjv99fimvpn8l0f999ir2rz";
 
   meta = {
     description = "Ethereum function call encoding (ABI) utility";