Skip to content

Commit 9b343db

Browse files
mev-boost-relay: 0.31.2 -> 0.32.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff3fe0a commit 9b343db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
}:
77
buildGoModule rec {
88
pname = "mev-boost-relay";
9-
version = "0.31.2";
9+
version = "0.32.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "flashbots";
1313
repo = "${pname}";
1414
rev = "v${version}";
15-
hash = "sha256-iUu+DwedtokXVQWt92QoibO41SUTR9s4Cnb30OawItI=";
15+
hash = "sha256-dLnoCVK/MZpEtZBIPnwJgCA151C5glOfTCS7Jvx48zw=";
1616
};
1717

18-
vendorHash = "sha256-wX6gNU/LCumw3mAU0F+YI/ON+TCpqHLNEbJ83B64Iak=";
18+
vendorHash = "sha256-FbFpub4nVn7UFj4AdlmSI6YSfkd1C3NRPC2tGGOqb80=";
1919

2020
buildInputs = [blst];
2121

0 commit comments

Comments
 (0)