7 pname = "hyperledger-fabric";
10 src = fetchFromGitHub {
11 owner = "hyperledger";
14 sha256 = "sha256-Q0qrDPih3M4YCzjhLFBy51qVvoICwwn1LJf63rYiUUg=";
21 rm cmd/peer/main_test.go
38 "-X github.com/hyperledger/fabric/common/metadata.Version=${version}"
39 "-X github.com/hyperledger/fabric/common/metadata.CommitSha=${src.rev}"
43 description = "High-performance, secure, permissioned blockchain network";
45 Hyperledger Fabric is an enterprise-grade permissioned distributed ledger
46 framework for developing solutions and applications. Its modular and
47 versatile design satisfies a broad range of industry use cases. It offers
48 a unique approach to consensus that enables performance at scale while
51 homepage = "https://wiki.hyperledger.org/display/fabric";
52 license = licenses.asl20;
53 maintainers = with maintainers; [ marsam ];