Skip to content

Commit

Permalink
chore(reth): update to v0.1.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
selfuryon committed Sep 26, 2023
1 parent f532b72 commit a659eed
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/clients/execution/reth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,22 @@
}:
rustPlatform.buildRustPackage rec {
pname = "reth";
version = "0.1.0-alpha.8";
version = "0.1.0-alpha.10";

src = fetchFromGitHub {
owner = "paradigmxyz";
repo = pname;
rev = "v${version}";
hash = "sha256-fQY2tW8pzFjA5UXwC71On4MKffd/ERYjhHIxNd+JWFQ=";
hash = "sha256-koGy06J2sBDY8eW0wG6ikhXEV4OXV1VuAkomIffHeUI=";
};

cargoLock = {
lockFile = "${src}/Cargo.lock";
outputHashes = {
"bindgen-0.64.0" = "sha256-api933laMWajI40cfSDbZkMp1zIagcl2lW1sw+kKv6Y=";
"boa_ast-0.17.0" = "sha256-56QzQF4BRuRx7ZzJXeYsjdkrKaoOFWJyYjQQwdp5gaE=";
"c-kzg-0.1.0" = "sha256-qj8S4zaH42nO2wS6K6ME9wgd4zmUWareQ+ABHyTifLw=";
"c-kzg-0.1.0" = "sha256-a0ZkshWGzChNibsKBBq8HhOtjRYgAuNlSTinZoAFDkY=";
"discv5-0.3.1" = "sha256-Yl7cNCoBeFh+zBhAiziw0CDFHzoxpL6cVPUzZHpaEqM=";
"igd-0.12.0" = "sha256-wjk/VIddbuoNFljasH5zsHa2JWiOuSW4VlcUS+ed5YY=";
"revm-3.3.0" = "sha256-jmDzHpbWTXxkv+ATAqYznvcQy8V3EF2XVsCyLaH4p0o=";
"revm-3.3.0" = "sha256-bljQRisFvnGwzPqvYmJIoEQ0hS/veD2oLfzqxcOq/qE=";
};
};

Expand Down

0 comments on commit a659eed

Please sign in to comment.