8 stdenv.mkDerivation (finalAttrs: {
13 url = "https://github.com/openSUSE/xinetd/releases/download/${finalAttrs.version}/xinetd-${finalAttrs.version}.tar.xz";
14 hash = "sha256-K6pYEBC8cDYavfo38SHpKuucXOZ/mnGRPOvWk1nMllQ=";
26 description = "Secure replacement for inetd";
27 platforms = lib.platforms.linux;
28 homepage = "https://github.com/openSUSE/xinetd";
29 license = lib.licenses.xinetd;
30 maintainers = with lib.maintainers; [ fgaz ];