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