revert Reth support to v1.8.4
Version 1.9.0 is broken:
https://github.com/paradigmxyz/reth/issues/19566
Note that v1.9.1, providing the fix for v1.9.0, also has issues:
https://github.com/paradigmxyz/reth/releases/tag/v1.9.1
This commit is contained in:
parent
2e2c3b64a0
commit
c8371c4a80
3 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ in
|
|||
|
||||
pkgs.rustPlatform.buildRustPackage rec {
|
||||
pname = "reth";
|
||||
version = "1.9.0";
|
||||
version = "1.8.4";
|
||||
|
||||
src = fetchGit {
|
||||
url = "https://github.com/paradigmxyz/reth";
|
||||
|
|
@ -26,7 +26,7 @@ pkgs.rustPlatform.buildRustPackage rec {
|
|||
shallow = true;
|
||||
};
|
||||
|
||||
cargoHash = "sha256-VOxT6+LCbWSNzSrLpD0DpbV0iPcy9nUtEaUgmQfTRsI=";
|
||||
cargoHash = "sha256-nfk7xq5Mh4ggUHnkKc7cxmHT75IP+8yG6ssurTFURNw=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgs.clang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue