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