7 pname = "lightning-loop";
8 version = "0.24.1-beta";
10 src = fetchFromGitHub {
11 owner = "lightninglabs";
14 hash = "sha256-gPWiKSwXS1eSuHss+hkiqqxqonGYSGmSh3/jL+NlqEg=";
17 vendorHash = "sha256-6bRg6is1g/eRCr82tHMXTWVFv2S0d2h/J3w1gpentjo=";
19 subPackages = [ "cmd/loop" "cmd/loopd" ];
21 ldflags = [ "-s" "-w" ];
24 description = "Lightning Loop Client";
25 homepage = "https://github.com/lightninglabs/loop";
26 license = licenses.mit;
27 maintainers = with maintainers; [ proofofkeags prusnak ];