Skip to content

Commit 2fcf073

Browse files
committed
mev-boost: 1.8 > 1.9-rc2
1 parent 029e9bf commit 2fcf073

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
heimdall = callPackage ./heimdall {};
6464
lighthouse = callPackageUnstable ./lighthouse {inherit foundry;};
6565
mcl = callPackage ./mcl {};
66-
mev-boost = callPackage ./mev-boost {inherit blst;};
66+
mev-boost = callPackageUnstable ./mev-boost {inherit blst;};
6767
mev-boost-builder = callPackage ./mev-boost-builder {inherit blst;};
6868
mev-boost-relay = callPackage ./mev-boost-relay {inherit blst;};
6969
mev-rs = callPackage ./mev-rs {};

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.8";
8+
version = "1.9-rc2";
99

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

17-
vendorHash = "sha256-xkncfaqNfgPt5LEQ3JyYXHHq6slOUchomzqwkZCgCOM=";
17+
vendorHash = "sha256-YUm9Kz+pB8fPSh3eOdrfk2OMc7fNj1gXD7IeYiW2cuQ=";
1818

1919
buildInputs = [blst];
2020

0 commit comments

Comments
 (0)