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 7854797 commit 463718aCopy full SHA for 463718a
pkgs/mev-boost/default.nix
@@ -6,16 +6,16 @@
6
}:
7
buildGoModule rec {
8
pname = "mev-boost";
9
- version = "1.6.0";
+ version = "1.6.4844-dev5";
10
11
src = fetchFromGitHub {
12
owner = "flashbots";
13
repo = "${pname}";
14
rev = "v${version}";
15
- hash = "sha256-vzgX9irpI5i85bohppyL5KWQuf71SryRu1gkhWSCVKk=";
+ hash = "sha256-O/jaCVw6ZVD+R2EmWpWBqRrAMsmdUwuFrSXJ9BUscKM=";
16
};
17
18
- vendorHash = "sha256-xw3xVbgKUIDXu4UQD5CGftON8E4o1u2FcrPo3n6APBE=";
+ vendorHash = "sha256-fQMUrdIerhQ7EEDNiA1ks9aXFPASvm+AdSjwGy1gxTY=";
19
20
buildInputs = [blst];
21
0 commit comments