3 buildGo122Module, # builds, but does not start on 1.23
12 src = fetchFromGitHub {
13 owner = "bitmagnet-io";
16 hash = "sha256-so9GD9hyGfuqqYq61OD1WJXba22cR4msOPp1wLI5vAU=";
19 vendorHash = "sha256-aauXgHPZbSiTW9utuHXzJr7GsWs/2aFiGuukA/B9BRc=";
24 "-X github.com/bitmagnet-io/bitmagnet/internal/version.GitTag=v${version}"
28 updateScript = nix-update-script { };
32 description = "Self-hosted BitTorrent indexer, DHT crawler, and torrent search engine";
34 A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
36 homepage = "https://bitmagnet.io/";
37 license = lib.licenses.mit;
38 maintainers = with lib.maintainers; [ viraptor ];
39 mainProgram = "bitmagnet";