Skip to content

Commit

Permalink
mev-boost: 1.6.0 -> 1.7 (#489)
Browse files Browse the repository at this point in the history
* mev-boost: 1.6.0 -> 1.7.1

* mev-boost: downgrade 1.7.1 -> 1.7
  • Loading branch information
jhvst authored Mar 2, 2024
1 parent 791bf69 commit 39c205c
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.6.0";
version = "1.7";

src = fetchFromGitHub {
owner = "flashbots";
repo = "${pname}";
rev = "v${version}";
hash = "sha256-vzgX9irpI5i85bohppyL5KWQuf71SryRu1gkhWSCVKk=";
hash = "sha256-Z5B+PRYb6eWssgyaXpXoHOVRoMZoSAwun7s6Fh1DrfM=";
};

vendorHash = "sha256-xw3xVbgKUIDXu4UQD5CGftON8E4o1u2FcrPo3n6APBE=";
vendorHash = "sha256-yfWDGVfgCfsmzI5oxEmhHXKCUAHe6wWTkaMkBN5kQMw=";

buildInputs = [blst];

Expand Down

0 comments on commit 39c205c

Please sign in to comment.