12 src = fetchFromGitHub {
16 hash = "sha256-pW8I4ivcKo6dsa8rQVKU6nUZuKxaki/7cMDKwEsSzNw=";
19 vendorHash = "sha256-YK2zpQz4pAFyA+aHOn6Nx0htl5SJ2HNC+TDV1RdLQJk=";
31 passthru.tests = { inherit (nixosTests) quorum; };
34 description = "Permissioned implementation of Ethereum supporting data privacy";
35 homepage = "https://consensys.net/quorum/";
36 license = licenses.lgpl3;
37 maintainers = with maintainers; [ mmahut ];
38 platforms = platforms.linux;