Skip to content

Commit e3f1d7a

Browse files
MartinNikovbbjubjub2494
authored andcommitted
mev-boost: 1.8 -> 1.9-rc3
1 parent 1f36edd commit e3f1d7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/by-name/me/mev-boost/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";
9-
version = "1.8";
9+
version = "1.9-rc3";
1010

1111
src = fetchFromGitHub {
1212
owner = "flashbots";
1313
repo = "${pname}";
1414
rev = "v${version}";
15-
hash = "sha256-EFPVBSSIef3cTrYp3X1xCEOtYcGpuW/GZXHXX+0wGd8=";
15+
hash = "sha256-wBIK0J1KJpJPHjjsR8NeKeJfBjWMjc6Dbw8CZ+sOlfc=";
1616
};
1717

18-
vendorHash = "sha256-xkncfaqNfgPt5LEQ3JyYXHHq6slOUchomzqwkZCgCOM=";
18+
vendorHash = "sha256-aUm9Kz+pB8fPSh3eOdrfk2OMc7fNj1gXD7IeYiW2cuQ=";
1919

2020
buildInputs = [blst];
2121

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)