1 { lib, fetchFromGitHub, buildGoModule, nixosTests }:
7 src = fetchFromGitHub {
11 hash = "sha256-pW8I4ivcKo6dsa8rQVKU6nUZuKxaki/7cMDKwEsSzNw=";
14 vendorHash = "sha256-YK2zpQz4pAFyA+aHOn6Nx0htl5SJ2HNC+TDV1RdLQJk=";
21 ldflags = [ "-s" "-w" ];
23 passthru.tests = { inherit (nixosTests) quorum; };
26 description = "Permissioned implementation of Ethereum supporting data privacy";
27 homepage = "https://consensys.net/quorum/";
28 license = licenses.lgpl3;
29 maintainers = with maintainers; [ mmahut ];
30 platforms = platforms.linux;