support Reth v1.10.2
This commit is contained in:
parent
f840069ecb
commit
97bc665247
3 changed files with 5 additions and 4 deletions
|
|
@ -1 +1 @@
|
||||||
16.1.dev31
|
16.1.dev32
|
||||||
|
|
|
||||||
|
|
@ -130,7 +130,7 @@ class geth_daemon(ethereum_daemon):
|
||||||
)
|
)
|
||||||
|
|
||||||
class reth_daemon(geth_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+)'
|
version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)'
|
||||||
exec_fn = 'reth'
|
exec_fn = 'reth'
|
||||||
version_info_arg = '--version'
|
version_info_arg = '--version'
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgs.rustPlatform.buildRustPackage rec {
|
pkgs.rustPlatform.buildRustPackage rec {
|
||||||
pname = "reth";
|
pname = "reth";
|
||||||
version = "1.9.4";
|
version = "1.10.2";
|
||||||
|
|
||||||
src = fetchGit {
|
src = fetchGit {
|
||||||
url = "https://github.com/paradigmxyz/reth";
|
url = "https://github.com/paradigmxyz/reth";
|
||||||
|
|
@ -14,9 +14,10 @@ pkgs.rustPlatform.buildRustPackage rec {
|
||||||
shallow = true;
|
shallow = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-etYpgSbHPEdP0u6nywOa/05wda20kDrvOXVLOwcCiW4=";
|
cargoHash = "sha256-X3OGsN+JRFW2As9W6r8vEYXaeJA/qpVFOzZxHaEYF3I=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
pkgs.perl
|
||||||
pkgs.clang
|
pkgs.clang
|
||||||
pkgs.libclang
|
pkgs.libclang
|
||||||
pkgs.rustc
|
pkgs.rustc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue