support Reth v2.2.0

This commit is contained in:
The MMGen Project 2026-05-15 13:42:49 +00:00
commit 6a402f4000
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 3 additions and 3 deletions

View file

@ -130,7 +130,7 @@ class geth_daemon(ethereum_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+)'
exec_fn = 'reth'
version_info_arg = '--version'

View file

@ -17,7 +17,7 @@ in
pkgs.rustPlatform.buildRustPackage rec {
pname = "reth";
version = "2.1.0";
version = "2.2.0";
src = fetchGit {
url = "https://github.com/paradigmxyz/reth";
@ -26,7 +26,7 @@ pkgs.rustPlatform.buildRustPackage rec {
shallow = true;
};
cargoHash = "sha256-//UOHtknfhq33bA3/xzwS0K9FPbn4Tkwx3kkNuluoAM=";
cargoHash = "sha256-tnFIuC9hKjrLjaUuHJVM/oEUQWls11gdstOtPFkFW8w=";
doCheck = false;
doInstallCheck = false;