Skip to content

Commit 05e3264

Browse files
authored
mev-boost: 1.8 -> 1.9 (#604)
1 parent cc74f4d commit 05e3264

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66
}:
77
buildGoModule rec {
88
pname = "mev-boost";
9-
version = "1.8";
10-
9+
version = "1.9";
1110
src = fetchFromGitHub {
1211
owner = "flashbots";
1312
repo = "${pname}";
1413
rev = "v${version}";
15-
hash = "sha256-EFPVBSSIef3cTrYp3X1xCEOtYcGpuW/GZXHXX+0wGd8=";
14+
hash = "sha256-VBvbiB7M6X+bQ5xEwmJo5dptiR7PIBiFDqkg1fyU8ro=";
1615
};
1716

18-
vendorHash = "sha256-xkncfaqNfgPt5LEQ3JyYXHHq6slOUchomzqwkZCgCOM=";
17+
vendorHash = "sha256-OyRyMsINy4I04E2QvToOEY7UKh2s6NUeJJO0gJI5uS0=";
1918

2019
buildInputs = [blst];
2120

pkgs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
heimdall = callPackage ./by-name/he/heimdall {};
5353
lighthouse = callPackageUnstable ./by-name/li/lighthouse {inherit foundry;};
5454
mcl = callPackage ./by-name/mc/mcl {};
55-
mev-boost = callPackage ./by-name/me/mev-boost {inherit blst;};
55+
mev-boost = callPackageUnstable ./by-name/me/mev-boost {inherit blst;};
5656
mev-boost-builder = callPackage ./by-name/me/mev-boost-builder {inherit blst;};
5757
mev-boost-relay = callPackage ./by-name/me/mev-boost-relay {inherit blst;};
5858
mev-rs = callPackage ./by-name/me/mev-rs {};

0 commit comments

Comments
 (0)