Skip to content

Commit

Permalink
chore(reth): update to v0.1.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
selfuryon committed Aug 9, 2023
1 parent 5051a1c commit 150450b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions packages/clients/execution/reth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
}:
rustPlatform.buildRustPackage rec {
pname = "reth";
version = "0.1.0-alpha.2";
version = "0.1.0-alpha.5";

src = fetchFromGitHub {
owner = "paradigmxyz";
repo = pname;
rev = "v${version}";
hash = "sha256-+kGhVL7sIbd3WBaRA6XMTAPMCkxRTRacQKFM8oOCqg0=";
hash = "sha256-NdFreZOYjvHnU8WyvEFn1pbOXVVwtqE5YGnSw4GcnZc=";
};

cargoLock = {
lockFile = "${src}/Cargo.lock";
allowBuiltinFetchGit = true;
outputHashes = {
"boa_ast-0.16.0" = "sha256-M4tDrKM+cR3Xc7qZQ5uHw7lsMEP6OG/VvyHC2oW0BrI=";
"discv5-0.3.0" = "sha256-Z1UZY47C2qtEr4WrOEiWynzsiwggOOEy9slZO5n97BM=";
"bindgen-0.64.0" = "sha256-api933laMWajI40cfSDbZkMp1zIagcl2lW1sw+kKv6Y=";
"boa_ast-0.17.0" = "sha256-5s1cxMNQm9z+TcYjM92+MvEZuAM7TAcbhi02WLO9VTA=";
"c-kzg-0.1.0" = "sha256-oYd2guI4Uh5B4IICZl4DKm/TCTJ9Xrr931yBhuLFMWc=";
"discv5-0.3.1" = "sha256-epkraFS+qlmW1quDb+WJev2dE8QCvw6IsgAjOxDObik=";
"igd-0.12.0" = "sha256-wjk/VIddbuoNFljasH5zsHa2JWiOuSW4VlcUS+ed5YY=";
"revm-3.3.0" = "sha256-jmDzHpbWTXxkv+ATAqYznvcQy8V3EF2XVsCyLaH4p0o=";
"ruint-1.8.0" = "sha256-OzIUivkNwtox7cMdqv6tkCMsJsGyVeTvfyMr5SZhuPg=";
};
};

Expand Down
1 change: 0 additions & 1 deletion packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
inputs',
pkgs,
system,
inputs',
...
}: let
inherit (pkgs) callPackage;
Expand Down

0 comments on commit 150450b

Please sign in to comment.