7 pname = "taproot-assets";
10 src = fetchFromGitHub {
11 owner = "lightninglabs";
12 repo = "taproot-assets";
14 hash = "sha256-aQYVPSDudLK4ZBcBN/wNjVoF/9inOaJRbcyTP6VMdA0=";
17 vendorHash = "sha256-IFzYW5vAtBoUC2ebFYnxS/TojQR4kXxQACNbyn2ZkCs=";
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 ];