3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #285745 from r-ryantm/auto-update/optimism

optimism: 1.1.6 -> 1.5.0
This commit is contained in:
Yt 2024-02-02 22:31:59 +00:00 committed by GitHub
commit 6fb8ef9302
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,19 +6,19 @@
buildGoModule rec {
pname = "optimism";
version = "1.1.6";
version = "1.5.0";
src = fetchFromGitHub {
owner = "ethereum-optimism";
repo = "optimism";
rev = "op-node/v${version}";
hash = "sha256-kzJ2zV4Iz3LqrVrs6mluiXluFqFaftycHhOAE8m0vns=";
hash = "sha256-fg63J1qgsQOTCLHgEWSI6ZxNf9XIPq+aYCumJ/FEx/s=";
fetchSubmodules = true;
};
subPackages = [ "op-node/cmd" "op-proposer/cmd" "op-batcher/cmd" ];
vendorHash = "sha256-6ChcT8rgyxiory//EHNA0Q0AZRhUIDpe1pmVeQ66gA4=";
vendorHash = "sha256-9mLS44wzPslPfa+QwBg05+QSL6F0c8fcev1VOI9VPE4=";
buildInputs = [
libpcap