Skip to content

Commit 9f34e08

Browse files
authored
mev-boost: 1.7 -> 1.8 (nix-community#549)
1 parent 7f9a576 commit 9f34e08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/mev-boost/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
}:
66
buildGoModule rec {
77
pname = "mev-boost";
8-
version = "1.7";
8+
version = "1.8";
99

1010
src = fetchFromGitHub {
1111
owner = "flashbots";
1212
repo = "${pname}";
1313
rev = "v${version}";
14-
hash = "sha256-Z5B+PRYb6eWssgyaXpXoHOVRoMZoSAwun7s6Fh1DrfM=";
14+
hash = "sha256-EFPVBSSIef3cTrYp3X1xCEOtYcGpuW/GZXHXX+0wGd8=";
1515
};
1616

17-
vendorHash = "sha256-yfWDGVfgCfsmzI5oxEmhHXKCUAHe6wWTkaMkBN5kQMw=";
17+
vendorHash = "sha256-xkncfaqNfgPt5LEQ3JyYXHHq6slOUchomzqwkZCgCOM=";
1818

1919
buildInputs = [blst];
2020

0 commit comments

Comments
 (0)