Skip to content

Commit

Permalink
reth: 0.1.0-alpha.21 -> 0.2.0-beta.1 (#497)
Browse files Browse the repository at this point in the history
amend to retrigger CI
  • Loading branch information
jhvst authored Mar 11, 2024
1 parent b5a4c02 commit fb827a4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/reth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,20 @@
}:
rustPlatform.buildRustPackage rec {
pname = "reth";
version = "0.1.0-alpha.21";
version = "0.2.0-beta.1";

src = fetchFromGitHub {
owner = "paradigmxyz";
repo = pname;
rev = "v${version}";
hash = "sha256-cj+yfYTHtkMIoGpXzwzTuZPRtBQtA7DrzTuOr1ZF/pc=";
hash = "sha256-9PTGYOEsOv8L9INafIKHHjQ1jfMxqW8BR3TEY93tWWs=";
};

cargoLock = {
lockFile = "${src}/Cargo.lock";
outputHashes = {
"alloy-genesis-0.1.0" = "sha256-1rLfBfW1lKQh4N21yOZjprSE4d+9zkY36kQ7zAmcjr8=";
"discv5-0.3.1" = "sha256-Z/Yl/K6UKmXQ4e0anAJZffV9PmWdBg/ROnNBrB8dABE=";
"revm-inspectors-0.1.0" = "sha256-EdeltiMyq20LHAAlyC7oBec+T1dx+OeFmwNsrycqNas=";
"alloy-eips-0.1.0" = "sha256-OtcmYr/pBJ+4osmC+jomU2PjoFC4UAeoEVVXDhF7bAQ=";
"revm-inspectors-0.1.0" = "sha256-TVd78Inbpu1OfFPwYctHsopC6kd9yLLZkLJxa+CQ0ec=";
};
};

Expand Down

0 comments on commit fb827a4

Please sign in to comment.