File tree Expand file tree Collapse file tree
packages/clients/execution/reth Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77} :
88rustPlatform . buildRustPackage rec {
99 pname = "reth" ;
10- version = "0.1.0-alpha.11 " ;
10+ version = "0.1.0-alpha.13 " ;
1111
1212 src = fetchFromGitHub {
1313 owner = "paradigmxyz" ;
1414 repo = pname ;
1515 rev = "v${ version } " ;
16- hash = "sha256-llvaN9MNuLuOz5KumKKvRv4yiCfmpnLInNuS9DD48xg =" ;
16+ hash = "sha256-RE40KzOCjPCCTTepZ630BlLDeXc7KITb2MDBjU6ij2M =" ;
1717 } ;
1818
1919 cargoHash = "" ;
@@ -22,16 +22,15 @@ rustPlatform.buildRustPackage rec {
2222 outputHashes = {
2323 "discv5-0.3.1" = "sha256-Z/Yl/K6UKmXQ4e0anAJZffV9PmWdBg/ROnNBrB8dABE=" ;
2424 "igd-0.12.0" = "sha256-wjk/VIddbuoNFljasH5zsHa2JWiOuSW4VlcUS+ed5YY=" ;
25- "revm-3.5.0" = "sha256-IHKPHvcUqOp4wilygrweadbzMXrNP74J+bpIirJYZyc =" ;
25+ "revm-3.5.0" = "sha256-odaNHGw7RfJHJInQ/zRQYBev4vsJeyx6pGERgOSD/24 =" ;
2626 } ;
2727 } ;
2828
2929 nativeBuildInputs = [ clang rustPlatform . bindgenHook ] ;
3030
31- # Shouldn't build
32- # checkFlags = [
33- # "--skip=cli::tests::override_trusted_setup_file"
34- # ];
31+ checkFlags = [
32+ "--skip=cli::tests::override_trusted_setup_file"
33+ ] ;
3534
3635 # Needed by libmdx
3736 LIBCLANG_PATH = "${ llvmPackages . libclang . lib } /lib" ;
You can’t perform that action at this time.
0 commit comments