1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-83eiVYXpyiGgLmYxj3rFk4CHG7F9UQ3vk1ZHm64Cm4A=";
14 vendorHash = "sha256-ek+gaolwpwoEEWHKYpK2OxCpk/0vywF784J3CC0UCZ4=";
16 subPackages = [ "." "cmd/*" ];
19 DIR="github.com/btcsuite/btcd/"
20 # TestCreateDefaultConfigFile requires the sample-btcd.conf in $DIR
22 cp sample-btcd.conf $DIR
26 description = "Alternative full node bitcoin implementation written in Go (golang)";
27 homepage = "https://github.com/btcsuite/btcd";
28 changelog = "https://github.com/btcsuite/btcd/releases/tag/v${version}";
29 license = licenses.isc;
30 maintainers = with maintainers; [ _0xB10C ];