support Reth v1.11.2, Monero v0.18.4.6

This commit is contained in:
The MMGen Project 2026-03-25 14:10:04 +00:00
commit 3d7e4a472a
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
4 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
pkgs.rustPlatform.buildRustPackage rec {
pname = "reth";
version = "1.11.1";
version = "1.11.2";
src = fetchGit {
url = "https://github.com/paradigmxyz/reth";
@ -14,7 +14,7 @@ pkgs.rustPlatform.buildRustPackage rec {
shallow = true;
};
cargoHash = "sha256-OJp+CAiz/1LWLt0qQrvzjFsU2nIz4ehc+bBtdTf17Oc=";
cargoHash = "sha256-IzqAIgfC9Y9atYxkFhaK09QwTMnrtMtU4MnG9AChwCQ=";
doCheck = false;
doInstallCheck = false;