1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-wMFxAi4ENFFdMwHpgfOp/FRF6h2p91NS94FAjH/C2ww=";
14 vendorHash = "sha256-GD5uxa5XWhlHHBztTpDKCTSym2pdkr/or6aGl9qF29U=";
16 # pings websites during testing
20 description = "Pixiv FANBOX Downloader";
21 mainProgram = "fanbox-dl";
22 homepage = "https://github.com/hareku/fanbox-dl";
23 license = licenses.mit;
24 maintainers = [ maintainers.moni ];