1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-qoAp8yAc4lJmlnHHcZskRzkleZ3Q5Gu3Lhk9u1jMR4g=";
14 vendorHash = "sha256-/5nH7zHg8zxWFgtVzSnfp7RZGvPWiuGSEyhx9fE2Pvo=";
16 excludedPackages = [ "bench" ];
18 ldflags = [ "-s" "-w" ];
21 homepage = "https://nsq.io/";
22 description = "Realtime distributed messaging platform";
23 changelog = "https://github.com/nsqio/nsq/raw/v${version}/ChangeLog.md";
24 license = licenses.mit;