7 pname = "taproot-assets";
10 src = fetchFromGitHub {
11 owner = "lightninglabs";
12 repo = "taproot-assets";
14 hash = "sha256-KEEecyZA+sVAkg2/i9AcfvPTB26Dk02r77Py87LP758=";
17 vendorHash = "sha256-jz6q3l2FtkJM3qyaTTqqu3ZG2FeKW9s7WdlW1pHij5k=";
19 subPackages = [ "cmd/tapcli" "cmd/tapd" ];
21 ldflags = [ "-s" "-w" ];
24 description = "Daemon for the Taro protocol specification";
25 homepage = "https://github.com/lightninglabs/taro";
26 license = licenses.mit;
27 maintainers = with maintainers; [ prusnak ];