Skip to content

Commit

Permalink
mev-boost: 1.7 -> 1.8 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekimber authored Sep 28, 2024
1 parent 7f9a576 commit 9f34e08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/mev-boost/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "mev-boost";
version = "1.7";
version = "1.8";

src = fetchFromGitHub {
owner = "flashbots";
repo = "${pname}";
rev = "v${version}";
hash = "sha256-Z5B+PRYb6eWssgyaXpXoHOVRoMZoSAwun7s6Fh1DrfM=";
hash = "sha256-EFPVBSSIef3cTrYp3X1xCEOtYcGpuW/GZXHXX+0wGd8=";
};

vendorHash = "sha256-yfWDGVfgCfsmzI5oxEmhHXKCUAHe6wWTkaMkBN5kQMw=";
vendorHash = "sha256-xkncfaqNfgPt5LEQ3JyYXHHq6slOUchomzqwkZCgCOM=";

buildInputs = [blst];

Expand Down

0 comments on commit 9f34e08

Please sign in to comment.