support Reth v1.9.2
This commit is contained in:
parent
c8371c4a80
commit
d4c46ad28e
3 changed files with 4 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
16.1.dev12
|
||||
16.1.dev13
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ class geth_daemon(ethereum_daemon):
|
|||
)
|
||||
|
||||
class reth_daemon(geth_daemon):
|
||||
daemon_data = _dd('Reth', 1008004, '1.8.4')
|
||||
daemon_data = _dd('Reth', 1009002, '1.9.2')
|
||||
version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)'
|
||||
exec_fn = 'reth'
|
||||
version_info_arg = '--version'
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ in
|
|||
|
||||
pkgs.rustPlatform.buildRustPackage rec {
|
||||
pname = "reth";
|
||||
version = "1.8.4";
|
||||
version = "1.9.2";
|
||||
|
||||
src = fetchGit {
|
||||
url = "https://github.com/paradigmxyz/reth";
|
||||
|
|
@ -26,7 +26,7 @@ pkgs.rustPlatform.buildRustPackage rec {
|
|||
shallow = true;
|
||||
};
|
||||
|
||||
cargoHash = "sha256-nfk7xq5Mh4ggUHnkKc7cxmHT75IP+8yG6ssurTFURNw=";
|
||||
cargoHash = "sha256-NGVHKoh/coGMkI5tcF+UnylGa1RO8K/rQRpFVTgaw5Y=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgs.clang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue