Skip to content

Commit c7eb3e4

Browse files
chore: update packages (#472)
* erigon: 2.57.3 -> 2.58.0 Diff: erigontech/erigon@v2.57.3...v2.58.0 * mev-boost-relay: 0.29.0 -> 0.29.1 Diff: flashbots/mev-boost-relay@v0.29.0...v0.29.1 --------- Co-authored-by: Bottie McBotFace <[email protected]>
1 parent 5f4c1b2 commit c7eb3e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pkgs/erigon/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
}:
66
buildGoModule rec {
77
pname = "erigon";
8-
version = "2.57.3";
8+
version = "2.58.0";
99

1010
src = fetchFromGitHub {
1111
owner = "ledgerwatch";
1212
repo = pname;
1313
rev = "v${version}";
14-
hash = "sha256-o303l2NTBfySx5V+j2ohjeMogSv8wOPAiPKHeYF/yb4=";
14+
hash = "sha256-IbH3PdZD4xNlIgGxlnarqnlaQAviKdc6i+e/Fbly2wE=";
1515
fetchSubmodules = true;
1616
};
1717

18-
vendorHash = "sha256-zup5iMFLL8nYwJQ1oTyFQVHCcdRHN1jFDVTzHGE7N0E=";
18+
vendorHash = "sha256-p3tTQ+x5cL+dIc1584DELWL1XXkVZqgDw13i0VLQlDM=";
1919
proxyVendor = true;
2020

2121
# Silkworm's .so fails to find libgmp when linking

pkgs/mev-boost-relay/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
buildGoModule rec {
77
pname = "mev-boost-relay";
8-
version = "0.29.0";
8+
version = "0.29.1";
99

1010
src = fetchFromGitHub {
1111
owner = "flashbots";
1212
repo = "${pname}";
1313
rev = "v${version}";
14-
hash = "sha256-PiST/SL+p4xt85vqznuF36CfgT+9CcNSiLEt9s3zwxE=";
14+
hash = "sha256-lAeeDXCx6nJfuQgX2cnxIzed6yW29Ncd+2B3Ou7d+yY=";
1515
};
1616

1717
vendorHash = "sha256-STKrgy81HPbUC/Psp4KonToIfrYawawW67tAj9n2s24=";

0 commit comments

Comments
 (0)