File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
packages/clients/execution/reth Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 7
7
} :
8
8
rustPlatform . buildRustPackage rec {
9
9
pname = "reth" ;
10
- version = "0.1.0-alpha.10 " ;
10
+ version = "0.1.0-alpha.11 " ;
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "paradigmxyz" ;
14
14
repo = pname ;
15
15
rev = "v${ version } " ;
16
- hash = "sha256-koGy06J2sBDY8eW0wG6ikhXEV4OXV1VuAkomIffHeUI =" ;
16
+ hash = "sha256-llvaN9MNuLuOz5KumKKvRv4yiCfmpnLInNuS9DD48xg =" ;
17
17
} ;
18
18
19
19
cargoHash = "" ;
20
20
cargoLock = {
21
21
lockFile = "${ src } /Cargo.lock" ;
22
- allowBuiltinFetchGit = true ;
22
+ outputHashes = {
23
+ "discv5-0.3.1" = "sha256-Z/Yl/K6UKmXQ4e0anAJZffV9PmWdBg/ROnNBrB8dABE=" ;
24
+ "igd-0.12.0" = "sha256-wjk/VIddbuoNFljasH5zsHa2JWiOuSW4VlcUS+ed5YY=" ;
25
+ "revm-3.5.0" = "sha256-IHKPHvcUqOp4wilygrweadbzMXrNP74J+bpIirJYZyc=" ;
26
+ } ;
23
27
} ;
24
28
25
29
nativeBuildInputs = [ clang rustPlatform . bindgenHook ] ;
26
30
31
+ checkFlags = [
32
+ "--skip=cli::tests::override_trusted_setup_file"
33
+ ] ;
34
+
27
35
# Needed by libmdx
28
36
LIBCLANG_PATH = "${ llvmPackages . libclang . lib } /lib" ;
29
37
You can’t perform that action at this time.
0 commit comments