Skip to content

Commit 59693a4

Browse files
mev-boost: 1.9.0 -> 1.10.0 (#733)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nix-flake-auto-update[bot] <234984901+nix-flake-auto-update[bot]@users.noreply.github.com>
1 parent 22521d1 commit 59693a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mev-boost/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
}:
77
buildGoModule rec {
88
pname = "mev-boost";
9-
version = "1.9.0";
9+
version = "1.10.0";
1010
src = fetchFromGitHub {
1111
owner = "flashbots";
1212
repo = "${pname}";
1313
rev = "v${version}";
14-
hash = "sha256-VBvbiB7M6X+bQ5xEwmJo5dptiR7PIBiFDqkg1fyU8ro=";
14+
hash = "sha256-YPvSlR03whY0s2p/GX2yHDSPd8+ElU/0aqziJFhlCZw=";
1515
};
1616

17-
vendorHash = "sha256-OyRyMsINy4I04E2QvToOEY7UKh2s6NUeJJO0gJI5uS0=";
17+
vendorHash = "sha256-FpkQp/PgmZ9+swQYI984j87ODbT0kpanBkHfJK86FWA=";
1818

1919
buildInputs = [blst];
2020

0 commit comments

Comments
 (0)