Skip to content

Commit 975c924

Browse files
committed
chore(reth): update to v0.1.0-alpha.7
1 parent a3918bd commit 975c924

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

packages/clients/execution/reth/default.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@
77
}:
88
rustPlatform.buildRustPackage rec {
99
pname = "reth";
10-
version = "0.1.0-alpha.2";
10+
version = "0.1.0-alpha.7";
1111

1212
src = fetchFromGitHub {
1313
owner = "paradigmxyz";
1414
repo = pname;
1515
rev = "v${version}";
16-
hash = "sha256-+kGhVL7sIbd3WBaRA6XMTAPMCkxRTRacQKFM8oOCqg0=";
16+
hash = "sha256-HVqB+MtUgFixt5H+FwCcUwPxH6rgZrx90C9c6GF9Vrc=";
1717
};
1818

1919
cargoLock = {
2020
lockFile = "${src}/Cargo.lock";
21-
allowBuiltinFetchGit = true;
2221
outputHashes = {
23-
"boa_ast-0.16.0" = "sha256-M4tDrKM+cR3Xc7qZQ5uHw7lsMEP6OG/VvyHC2oW0BrI=";
24-
"discv5-0.3.0" = "sha256-Z1UZY47C2qtEr4WrOEiWynzsiwggOOEy9slZO5n97BM=";
22+
"bindgen-0.64.0" = "sha256-api933laMWajI40cfSDbZkMp1zIagcl2lW1sw+kKv6Y=";
23+
"boa_ast-0.17.0" = "sha256-tlAJM/SBuT6pyJ54BByZpDx1WTy1PkFfNhmYarFtSEw=";
24+
"c-kzg-0.1.0" = "sha256-WvZAyKCLz+hLVlGKGsaz6rmPUsDVIZeDX4d7pQCxsFs=";
25+
"discv5-0.3.1" = "sha256-BqT4ff/NJD4LOv6/yUbM2HddHgympCHL6BNqzxx2rnM=";
2526
"igd-0.12.0" = "sha256-wjk/VIddbuoNFljasH5zsHa2JWiOuSW4VlcUS+ed5YY=";
2627
"revm-3.3.0" = "sha256-jmDzHpbWTXxkv+ATAqYznvcQy8V3EF2XVsCyLaH4p0o=";
27-
"ruint-1.8.0" = "sha256-OzIUivkNwtox7cMdqv6tkCMsJsGyVeTvfyMr5SZhuPg=";
2828
};
2929
};
3030

31-
nativeBuildInputs = [clang];
31+
nativeBuildInputs = [clang rustPlatform.bindgenHook];
3232

3333
# Needed by libmdx
3434
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";

packages/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
inputs',
1313
pkgs,
1414
system,
15-
inputs',
1615
...
1716
}: let
1817
inherit (pkgs) callPackage;

0 commit comments

Comments
 (0)