Skip to content

Commit

Permalink
Merge pull request NixOS#314464 from r-ryantm/auto-update/optimism
Browse files Browse the repository at this point in the history
optimism: 1.7.4 -> 1.7.6
  • Loading branch information
happysalada authored May 25, 2024
2 parents 8d37224 + 8833f05 commit e476846
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 e476846

Please sign in to comment.