1 { buildGoModule, fetchFromGitHub, lib }:
4 pname = "nats-streaming-server";
7 src = fetchFromGitHub {
11 sha256 = "sha256-i5fNxeJQXiyy+9NOGT1X68u9Pztxvnnba64rxIgjbZc=";
14 vendorHash = "sha256-r6RDHGAt83sKyMHvG3927rZroWdnTQFb8zTrmlc0W5U=";
16 # tests fail and ask to `go install`
20 description = "NATS Streaming System Server";
21 license = licenses.asl20;
22 maintainers = [ maintainers.swdunlop ];
23 homepage = "https://nats.io/";
24 mainProgram = "nats-streaming-server";