11 src = fetchFromGitHub {
12 owner = "ethereum-optimism";
14 rev = "op-node/v${version}";
15 hash = "sha256-PlwpN8P1t0NNIU+Ys50dIXmfUQFIY9e1tLABiVK0JQo=";
16 fetchSubmodules = true;
19 subPackages = [ "op-node/cmd" "op-proposer/cmd" "op-batcher/cmd" ];
21 vendorHash = "sha256-n1uJ/dkEjjsTdmL7TeHU4PKnBhiRrqCNtcGxK70Q0c4=";
27 ldflags = [ "-s" "-w" ];
30 description = "Optimism is Ethereum, scaled";
31 homepage = "https://github.com/ethereum-optimism/optimism";
32 license = licenses.mit;
33 maintainers = with maintainers; [ happysalada ];