support Reth v2.2.0
This commit is contained in:
parent
762940deca
commit
6a402f4000
2 changed files with 3 additions and 3 deletions
|
|
@ -130,7 +130,7 @@ class geth_daemon(ethereum_daemon):
|
||||||
)
|
)
|
||||||
|
|
||||||
class reth_daemon(geth_daemon):
|
class reth_daemon(geth_daemon):
|
||||||
daemon_data = _dd('Reth', 2001000, '2.1.0')
|
daemon_data = _dd('Reth', 2002000, '2.2.0')
|
||||||
version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)'
|
version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)'
|
||||||
exec_fn = 'reth'
|
exec_fn = 'reth'
|
||||||
version_info_arg = '--version'
|
version_info_arg = '--version'
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ in
|
||||||
|
|
||||||
pkgs.rustPlatform.buildRustPackage rec {
|
pkgs.rustPlatform.buildRustPackage rec {
|
||||||
pname = "reth";
|
pname = "reth";
|
||||||
version = "2.1.0";
|
version = "2.2.0";
|
||||||
|
|
||||||
src = fetchGit {
|
src = fetchGit {
|
||||||
url = "https://github.com/paradigmxyz/reth";
|
url = "https://github.com/paradigmxyz/reth";
|
||||||
|
|
@ -26,7 +26,7 @@ pkgs.rustPlatform.buildRustPackage rec {
|
||||||
shallow = true;
|
shallow = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-//UOHtknfhq33bA3/xzwS0K9FPbn4Tkwx3kkNuluoAM=";
|
cargoHash = "sha256-tnFIuC9hKjrLjaUuHJVM/oEUQWls11gdstOtPFkFW8w=";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
doInstallCheck = false;
|
doInstallCheck = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue