Skip to content

Commit

Permalink
chore: update packages (#186)
Browse files Browse the repository at this point in the history
* charon: 0.14.3 -> 0.14.4
* erigon: 2.40.1 -> 2.41.0
* lighthouse: 4.0.0 -> 4.0.1
* nethermind: 1.17.2 -> 1.17.3 

Co-authored-by: Bottie McBotFace <bot@bmcgee.ie>
  • Loading branch information
github-actions[bot] and bottie-mc-bot-face authored Mar 27, 2023
1 parent 1b38012 commit 2d132fc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions packages/clients/consensus/lighthouse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
in
rustPlatform.buildRustPackage rec {
pname = "lighthouse";
version = "4.0.0";
version = "4.0.1";

src = fetchFromGitHub {
owner = "sigp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XiX4WEIK3FOqRZ/v1zvCCABbj/nkHdUOR9xwn7PMmD4=";
sha256 = "sha256-EwioetkTX58/GBbb2eKJxdgncXwJ9xUOcvq0+XiqhEo=";
};

cargoSha256 = "sha256-gLQiW+vZ7Xp4IGr0c8wsVGyL3Yl8TjlOiHWMKE03vk8=";
cargoSha256 = "sha256-KlTQF1iL2PYAk+nmQIm72guy2PxGkN/YzhgCNv1FZGM=";

patches = [./001-Change-Web3Signer-Dir.patch];

Expand Down
6 changes: 3 additions & 3 deletions packages/clients/execution/erigon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
}:
buildGoModule rec {
pname = "erigon";
version = "2.40.1";
version = "2.41.0";

src = fetchFromGitHub {
owner = "ledgerwatch";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iuJ/iajZiqKBP4hgrwt8KKkWEdYa+idpai/aWpCOjQw=";
sha256 = "sha256-6qr69Lu47oICT0ZbPw1TknD86ltx/Cl4u7xEbUqdgjY=";
fetchSubmodules = true;
};

vendorSha256 = "sha256-0xHu7uvk7kRxyLXGvrT9U8vgfZPrs7Rmg2lFH49YOSI=";
vendorSha256 = "sha256-9+7qBzQHOHkfLshU+ojf6FvKG5qjPKr07+iMcwoIpXQ=";
proxyVendor = true;

# Build errors in mdbx when format hardening is enabled:
Expand Down
4 changes: 2 additions & 2 deletions packages/clients/execution/nethermind/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
}:
buildDotnetModule rec {
pname = "nethermind";
version = "1.17.2";
version = "1.17.3";

src = fetchFromGitHub {
owner = "NethermindEth";
repo = pname;
rev = version;
sha256 = "sha256-EibEespJBYfZ562HlsIjpbOEXOxkxx9Fz53UDLs8wJw=";
sha256 = "sha256-E9qfCsiFNkfUIQz5gx1UFVUIcO/ZHgWauWihOEYj/yw=";
fetchSubmodules = true;
};

Expand Down
4 changes: 2 additions & 2 deletions packages/dvt/charon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "charon";
version = "0.14.3";
version = "0.14.4";

src = fetchFromGitHub {
owner = "ObolNetwork";
repo = "${pname}";
rev = "refs/tags/v${version}";
sha256 = "sha256-ActdIcjtB6P83nPZAZxxeaot8lITeVFG3zSxYHrR3oY=";
sha256 = "sha256-hcGg/TYp+a3cVEf7wqf1k7eco3Z3WCjtRu2KudB70BI=";
};

vendorSha256 = "sha256-ntXD4q6VkKtbs2iMz8u7QJL9g+N40ATdS74wvFmt33M=";
Expand Down

0 comments on commit 2d132fc

Please sign in to comment.