11 src = fetchFromGitHub {
15 hash = "sha256-maF53Z0FHAhGmnOnMsX0dDnmckPNBY4Bcm4OBM/x4hQ=";
21 description = "ircdog is a simple wrapper over the raw IRC protocol that can respond to pings, and interprets formatting codes";
22 mainProgram = "ircdog";
23 homepage = "https://github.com/ergochat/ircdog";
24 changelog = "https://github.com/ergochat/ircdog/releases/tag/v${version}";
25 license = licenses.isc;
26 maintainers = with maintainers; [ hexa ];