Skip to content

Commit

Permalink
optimism: 1.7.4 -> 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 25, 2024
1 parent f249362 commit 8833f05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/blockchains/optimism/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@

buildGoModule rec {
pname = "optimism";
version = "1.7.4";
version = "1.7.6";

src = fetchFromGitHub {
owner = "ethereum-optimism";
repo = "optimism";
rev = "op-node/v${version}";
hash = "sha256-220fnMJDgvdGJtN0XkKtqNP94KfbmN5qhghfjHJaAxQ=";
hash = "sha256-LpkmNJqPe73qbTNvqxlDDTh9hD/H39ll3Rn2NEFEcg8=";
fetchSubmodules = true;
};

subPackages = [ "op-node/cmd" "op-proposer/cmd" "op-batcher/cmd" ];

vendorHash = "sha256-yG910xpk2MHCD2LHh7aD09KMCux1X252fOHCsyUc/ks=";
vendorHash = "sha256-2eVwGWw/z6ct3PA8fC0rBwkNaICd20llVE/9essF95Q=";

buildInputs = [
libpcap
Expand Down

0 comments on commit 8833f05

Please sign in to comment.