11 src = fetchFromGitHub {
12 owner = "projectdiscovery";
15 sha256 = "sha256-PZSt4mhon0JbFxeq5tOXb+xWKOoxT6rjRS1E3Jf2V3c=";
18 vendorSha256 = "sha256-MoGaIs2WmJk+E8pTljrahuaJ1VwYBhGBf1XGYVYOVt4=";
25 # Test files are not part of the release tarball
29 updateScript = nix-update-script { attrPath = pname; };
33 description = "Notify allows sending the output from any tool to Slack, Discord and Telegram";
35 Notify is a helper utility written in Go that allows you to post the output from any tool
36 to Slack, Discord, and Telegram.
38 homepage = "https://github.com/projectdiscovery/notify";
39 license = licenses.mit;
40 maintainers = with maintainers; [ hanemile ];