support Reth v2.3.0
This commit is contained in:
parent
c90b4c5917
commit
2252ac2cdc
3 changed files with 4 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
16.2.dev2
|
||||
16.2.dev3
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ class geth_daemon(ethereum_daemon):
|
|||
)
|
||||
|
||||
class reth_daemon(geth_daemon):
|
||||
daemon_data = _dd('Reth', 2002000, '2.2.0')
|
||||
daemon_data = _dd('Reth', 2003000, '2.3.0')
|
||||
version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)'
|
||||
exec_fn = 'reth'
|
||||
version_info_arg = '--version'
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgs.rustPlatform.buildRustPackage rec {
|
||||
pname = "reth";
|
||||
version = "2.2.0";
|
||||
version = "2.3.0";
|
||||
|
||||
src = fetchGit {
|
||||
url = "https://github.com/paradigmxyz/reth";
|
||||
|
|
@ -14,7 +14,7 @@ pkgs.rustPlatform.buildRustPackage rec {
|
|||
shallow = true;
|
||||
};
|
||||
|
||||
cargoHash = "sha256-tnFIuC9hKjrLjaUuHJVM/oEUQWls11gdstOtPFkFW8w=";
|
||||
cargoHash = "sha256-D2DuofmPWXJT1dTRH1iOeJQ6DGbWu8FxOWNcPYMv3go=";
|
||||
|
||||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue