Skip to content

Commit 463718a

Browse files
committed
mev-boost: 1.6.0 -> 1.6.4844-dev5
1 parent 7854797 commit 463718a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/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.6.0";
9+
version = "1.6.4844-dev5";
1010

1111
src = fetchFromGitHub {
1212
owner = "flashbots";
1313
repo = "${pname}";
1414
rev = "v${version}";
15-
hash = "sha256-vzgX9irpI5i85bohppyL5KWQuf71SryRu1gkhWSCVKk=";
15+
hash = "sha256-O/jaCVw6ZVD+R2EmWpWBqRrAMsmdUwuFrSXJ9BUscKM=";
1616
};
1717

18-
vendorHash = "sha256-xw3xVbgKUIDXu4UQD5CGftON8E4o1u2FcrPo3n6APBE=";
18+
vendorHash = "sha256-fQMUrdIerhQ7EEDNiA1ks9aXFPASvm+AdSjwGy1gxTY=";
1919

2020
buildInputs = [blst];
2121

0 commit comments

Comments
 (0)