Skip to content

Commit

Permalink
v0.1.0-alpha.18 -> v0.1.0-alpha.21 (#487)
Browse files Browse the repository at this point in the history
bump reth
  • Loading branch information
tthebst authored Feb 28, 2024
1 parent f93187c commit 6e967be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/reth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
}:
rustPlatform.buildRustPackage rec {
pname = "reth";
version = "0.1.0-alpha.18";
version = "0.1.0-alpha.21";

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

cargoLock = {
lockFile = "${src}/Cargo.lock";
outputHashes = {
"alloy-genesis-0.1.0" = "sha256-4vFLWK2SeIMz22p33NrFLYXl6pG1+afpYLws1uMtIb4=";
"alloy-genesis-0.1.0" = "sha256-1rLfBfW1lKQh4N21yOZjprSE4d+9zkY36kQ7zAmcjr8=";
"discv5-0.3.1" = "sha256-Z/Yl/K6UKmXQ4e0anAJZffV9PmWdBg/ROnNBrB8dABE=";
"revm-inspectors-0.1.0" = "sha256-qBOHfWJfDH2Ua93t6GZm1rQuxnkelVmEzA4R9lulW+Q=";
"revm-inspectors-0.1.0" = "sha256-EdeltiMyq20LHAAlyC7oBec+T1dx+OeFmwNsrycqNas=";
};
};

Expand Down

0 comments on commit 6e967be

Please sign in to comment.