Skip to content

Commit

Permalink
mev-boost-builder: 1.11.5-0.3.0 -> 1.13.12.4844.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
aldoborrero authored and selfuryon committed Oct 30, 2024
1 parent f3ec973 commit 6af0a62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/mev-boost-builder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "builder";
version = "1.11.5-0.3.0";
version = "1.13.12.4844.dev1";

src = fetchFromGitHub {
owner = "flashbots";
repo = "${pname}";
rev = "v${version}";
hash = "sha256-5c0a+/dl1/B1PdEMsrUGfjgCE/zZtm6mBNHKBFTyoGc=";
hash = "sha256-nqntWcaeWFGjacKufRFFqxlG/rfn20t7k6Pk5vptFkY=";
};

vendorHash = "sha256-PwsJjcgPXQuOtXDr4NjF7IEk+nrhDBfEnQQyyBFFSjE=";
vendorHash = "sha256-tCksME1tmsRQcrOEiRm5eZNljmIvDvFBJCJmU/e8sW8=";

buildInputs = [blst];

Expand Down

0 comments on commit 6af0a62

Please sign in to comment.