about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/openethereum
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-08 20:48:31 +0000
committerYt <raphael@megzari.com>2022-04-09 08:52:37 -0400
commit0e46be9abb0b909b18434ea026030f11b242b118 (patch)
tree01c88a6057e1897b296a966663bd24efdf392332 /pkgs/applications/blockchains/openethereum
parentfcb23febdeffaf7c3993b5fd63a1ba9d0b2d2520 (diff)
openethereum: 3.2.6 -> 3.3.5
Diffstat (limited to 'pkgs/applications/blockchains/openethereum')
-rw-r--r--pkgs/applications/blockchains/openethereum/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/openethereum/default.nix b/pkgs/applications/blockchains/openethereum/default.nix
index 79ab37c7adb5d..e9f5374f6ee4d 100644
--- a/pkgs/applications/blockchains/openethereum/default.nix
+++ b/pkgs/applications/blockchains/openethereum/default.nix
@@ -12,16 +12,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "openethereum";
-  version = "3.2.6";
+  version = "3.3.5";
 
   src = fetchFromGitHub {
     owner = "openethereum";
     repo = "openethereum";
     rev = "v${version}";
-    sha256 = "0lxps3cyg8dzb9qr1kg91s9jc3mnm6hxybwcbhva38pcq4yc40xc";
+    sha256 = "sha256-PpRRoufuZ9fXbLonMAo6qaA/jtJZXW98uM0BEXdJ2oU=";
   };
 
-  cargoSha256 = "08yrpls3szmw6vy2c4d6b1k907ga0809ylvyx0zb6f8mp8z7ahl2";
+  cargoSha256 = "sha256-xXUNXQvVq6XqW/hmCfJ2/mHKkZu0amRZ77vX+Jib0iM=";
 
   nativeBuildInputs = [ cmake pkg-config ];