Skip to content

Commit 7738ecc

Browse files
committed
mev-boost: 1.9-rc2 > 1.9.rc3
1 parent f02225a commit 7738ecc

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
@@ -5,16 +5,16 @@
55
}:
66
buildGoModule rec {
77
pname = "mev-boost";
8-
version = "1.9-rc2";
8+
version = "1.9-rc3";
99

1010
src = fetchFromGitHub {
1111
owner = "flashbots";
1212
repo = "${pname}";
1313
rev = "v${version}";
14-
hash = "sha256-TRcqtX3V7OagWlpiT8tK7P4Up27JE7EHtacFJbsHau4=";
14+
hash = "sha256-wBIK0J1KJpJPHjjsR8NeKeJfBjWMjc6Dbw8CZ+sOlfc=";
1515
};
1616

17-
vendorHash = "sha256-YUm9Kz+pB8fPSh3eOdrfk2OMc7fNj1gXD7IeYiW2cuQ=";
17+
vendorHash = "sha256-V1KEMgS3dlPZjHZKLUKdFvbRT7Iq5h38wqDsHMXP/rU=";
1818

1919
buildInputs = [blst];
2020

0 commit comments

Comments
 (0)