Skip to content

Commit de679d3

Browse files
mev-boost: 1.10.0 -> 1.10.1 (#762)
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 811ddb2 commit de679d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1717
vendorHash = "sha256-FpkQp/PgmZ9+swQYI984j87ODbT0kpanBkHfJK86FWA=";

0 commit comments

Comments
 (0)