Skip to content

Commit 4c5f35c

Browse files
authored
reth: 1.4.3 -> 1.6.0 (nix-community#639)
1 parent 26694a3 commit 4c5f35c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkgs/by-name/re/reth/default.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
rustPlatform.buildRustPackage rec {
88
pname = "reth";
9-
version = "1.4.3";
9+
version = "1.6.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "paradigmxyz";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-pl0eQU7BjkSg8ECxeB13oNMO9CNIwLyOOHiWWC4CWhY=";
15+
hash = "sha256-dT5H+0lfkf9QeWAV7BsCpctzNCwF3oW9Gn7CM7hexDs=";
1616
};
1717

1818
cargoLock = {
@@ -37,7 +37,10 @@ rustPlatform.buildRustPackage rec {
3737
meta = with lib; {
3838
description = "Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust";
3939
homepage = "https://github.com/paradigmxyz/reth";
40-
license = with licenses; [mit asl20];
40+
license = with licenses; [
41+
mit
42+
asl20
43+
];
4144
mainProgram = "reth";
4245
platforms = platforms.unix;
4346
};

0 commit comments

Comments
 (0)