support Reth v1.11.2, Monero v0.18.4.6
This commit is contained in:
parent
81c6c10135
commit
3d7e4a472a
4 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue