We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02225a commit 7738eccCopy full SHA for 7738ecc
pkgs/mev-boost/default.nix
@@ -5,16 +5,16 @@
5
}:
6
buildGoModule rec {
7
pname = "mev-boost";
8
- version = "1.9-rc2";
+ version = "1.9-rc3";
9
10
src = fetchFromGitHub {
11
owner = "flashbots";
12
repo = "${pname}";
13
rev = "v${version}";
14
- hash = "sha256-TRcqtX3V7OagWlpiT8tK7P4Up27JE7EHtacFJbsHau4=";
+ hash = "sha256-wBIK0J1KJpJPHjjsR8NeKeJfBjWMjc6Dbw8CZ+sOlfc=";
15
};
16
17
- vendorHash = "sha256-YUm9Kz+pB8fPSh3eOdrfk2OMc7fNj1gXD7IeYiW2cuQ=";
+ vendorHash = "sha256-V1KEMgS3dlPZjHZKLUKdFvbRT7Iq5h38wqDsHMXP/rU=";
18
19
buildInputs = [blst];
20
0 commit comments