1 { lib, fetchFromGitHub, buildGoModule }:
7 src = fetchFromGitHub {
11 hash = "sha256-N8MlDHo6LQ/m9xFUeOCm6bqDtjnCc86i/s4ebFLjUT0=";
14 vendorHash = "sha256-dTYKGFqVaAnspvKhfBU10bpSzhtQHGTm6KxnNKUVAIg=";
17 # Add missing requirements
26 ldflags = [ "-s" "-w" ];
29 description = "A permissioned implementation of Ethereum supporting data privacy";
30 homepage = "https://consensys.net/quorum/";
31 license = licenses.lgpl3;
32 maintainers = with maintainers; [ mmahut ];
33 platforms = [ "x86_64-linux" "x86_64-darwin" ];