Skip to content

Commit

Permalink
chore: update packages (nix-community#317)
Browse files Browse the repository at this point in the history
Co-authored-by: Bottie McBotFace <[email protected]>
  • Loading branch information
github-actions[bot] and bottie-mc-bot-face committed Jun 19, 2023
1 parent bd00d7b commit bf3461f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mev/mev-boost-relay/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "mev-boost-relay";
version = "0.27";
version = "0.26";

src = fetchFromGitHub {
owner = "flashbots";
repo = "${pname}";
rev = "v${version}";
hash = "sha256-3guf6OKm6SsAdpzZ3hMuEkAcxqyAoKaYmoGNlhiYDR8=";
hash = "sha256-zNYxCGDLduIpdtKAWGGexO796PAp8B0gGV/3WTToHKI=";
};

vendorHash = "sha256-IHBkwanlmTudolus/WR1RIMBuWi0KAdOwClNjJT3ahg=";
vendorHash = "sha256-s/vM52wH5wBvzbEAQfVMmuRQ6kUT0XnmCpiLsxghHM0=";

buildInputs = [blst];

Expand Down

0 comments on commit bf3461f

Please sign in to comment.