11 src = fetchFromGitHub {
12 owner = "projectdiscovery";
15 sha256 = "sha256-QXioBUCMZ4ANkF2WOXiKUlExVq4abkaVFBd3efAGXMs=";
18 vendorHash = "sha256-jO9d+wJr03rqlPrQ3mmWOxOXw2kL+0x8YkkXu/Msm+Q=";
25 # Test files are not part of the release tarball
29 updateScript = nix-update-script { };
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 ];
41 mainProgram = "notify";