7 pname = "lightning-pool";
8 version = "0.6.4-beta";
10 src = fetchFromGitHub {
11 owner = "lightninglabs";
14 hash = "sha256-lSc/zOZ5VpmaZ7jrlGvSaczrgOtAMS9tDUxcMoFdBmQ=";
17 vendorHash = "sha256-DD27zUW524qe9yLaVPEzw/c4sSzlH89HMw0PdtNYEhg=";
19 subPackages = [ "cmd/pool" "cmd/poold" ];
21 ldflags = [ "-s" "-w" ];
24 description = "Lightning Pool Client";
25 homepage = "https://github.com/lightninglabs/pool";
26 license = licenses.mit;
27 maintainers = with maintainers; [ proofofkeags prusnak ];