10 src = fetchFromGitHub {
14 sha256 = "sha256-m+Sc/rsYIbvd1oOqG4OT+wPtSxlgFq8m03n28eZIWJU=";
17 vendorHash = "sha256-a4yVuEfhLNM8IEYnafWf///SNLqQL5XZfGgJ5AZLx3c=";
19 doCheck = false; # tests require networking
22 description = "Accounting wrapper for the Lightning Network";
23 homepage = "https://github.com/getAlby/lndhub.go";
24 license = licenses.gpl3;
25 maintainers = with maintainers; [ prusnak ];