File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 66} :
77rustPlatform . 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 } ;
You can’t perform that action at this time.
0 commit comments