diff --git a/mmgen/data/version b/mmgen/data/version index 240a64f0..e6e6ee17 100644 --- a/mmgen/data/version +++ b/mmgen/data/version @@ -1 +1 @@ -16.1.dev31 +16.1.dev32 diff --git a/mmgen/proto/eth/daemon.py b/mmgen/proto/eth/daemon.py index e153aa80..6e9488b5 100755 --- a/mmgen/proto/eth/daemon.py +++ b/mmgen/proto/eth/daemon.py @@ -130,7 +130,7 @@ class geth_daemon(ethereum_daemon): ) class reth_daemon(geth_daemon): - daemon_data = _dd('Reth', 1009004, '1.9.4') + daemon_data = _dd('Reth', 1010002, '1.10.2') version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)' exec_fn = 'reth' version_info_arg = '--version' diff --git a/nix/reth.nix b/nix/reth.nix index 021ce768..128db719 100644 --- a/nix/reth.nix +++ b/nix/reth.nix @@ -5,7 +5,7 @@ pkgs.rustPlatform.buildRustPackage rec { pname = "reth"; - version = "1.9.4"; + version = "1.10.2"; src = fetchGit { url = "https://github.com/paradigmxyz/reth"; @@ -14,9 +14,10 @@ pkgs.rustPlatform.buildRustPackage rec { shallow = true; }; - cargoHash = "sha256-etYpgSbHPEdP0u6nywOa/05wda20kDrvOXVLOwcCiW4="; + cargoHash = "sha256-X3OGsN+JRFW2As9W6r8vEYXaeJA/qpVFOzZxHaEYF3I="; nativeBuildInputs = [ + pkgs.perl pkgs.clang pkgs.libclang pkgs.rustc