Skip to content

Commit

Permalink
reth: 0.1.0-alpha.11 -> 0.1.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
selfuryon committed Dec 21, 2023
1 parent a0091c2 commit d073243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/clients/execution/reth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "reth";
version = "0.1.0-alpha.11";
version = "0.1.0-alpha.13";

src = fetchFromGitHub {
owner = "paradigmxyz";
repo = pname;
rev = "v${version}";
hash = "sha256-llvaN9MNuLuOz5KumKKvRv4yiCfmpnLInNuS9DD48xg=";
hash = "sha256-RE40KzOCjPCCTTepZ630BlLDeXc7KITb2MDBjU6ij2M=";
};

cargoHash = "";
Expand All @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
outputHashes = {
"discv5-0.3.1" = "sha256-Z/Yl/K6UKmXQ4e0anAJZffV9PmWdBg/ROnNBrB8dABE=";
"igd-0.12.0" = "sha256-wjk/VIddbuoNFljasH5zsHa2JWiOuSW4VlcUS+ed5YY=";
"revm-3.5.0" = "sha256-IHKPHvcUqOp4wilygrweadbzMXrNP74J+bpIirJYZyc=";
"revm-3.5.0" = "sha256-odaNHGw7RfJHJInQ/zRQYBev4vsJeyx6pGERgOSD/24=";
};
};

Expand Down

0 comments on commit d073243

Please sign in to comment.