mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
erigon: add update script to derivation
This commit is contained in:
parent
eb12d04339
commit
2132ffcb74
@ -29,6 +29,8 @@ buildGoModule rec {
|
||||
"cmd/rlpdump"
|
||||
];
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/ledgerwatch/erigon/";
|
||||
description = "Ethereum node implementation focused on scalability and modularity";
|
||||
|
Loading…
Reference in New Issue
Block a user