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 f3ec973 commit 6af0a62Copy full SHA for 6af0a62
pkgs/mev-boost-builder/default.nix
@@ -6,16 +6,16 @@
6
}:
7
buildGoModule rec {
8
pname = "builder";
9
- version = "1.11.5-0.3.0";
+ version = "1.13.12.4844.dev1";
10
11
src = fetchFromGitHub {
12
owner = "flashbots";
13
repo = "${pname}";
14
rev = "v${version}";
15
- hash = "sha256-5c0a+/dl1/B1PdEMsrUGfjgCE/zZtm6mBNHKBFTyoGc=";
+ hash = "sha256-nqntWcaeWFGjacKufRFFqxlG/rfn20t7k6Pk5vptFkY=";
16
};
17
18
- vendorHash = "sha256-PwsJjcgPXQuOtXDr4NjF7IEk+nrhDBfEnQQyyBFFSjE=";
+ vendorHash = "sha256-tCksME1tmsRQcrOEiRm5eZNljmIvDvFBJCJmU/e8sW8=";
19
20
buildInputs = [blst];
21
0 commit comments