11 src = fetchFromGitHub {
15 sha256 = "sha256-8OpVpm9nEroUlr41VgnyM6sxd/FlSvoQK5COOWvo4Y4=";
20 subPackages = [ "." ];
24 passthru.tests = { inherit (nixosTests) webhook; };
27 description = "Incoming webhook server that executes shell commands";
28 mainProgram = "webhook";
29 homepage = "https://github.com/adnanh/webhook";
30 license = licenses.mit;
31 maintainers = with maintainers; [ azahi ];