1 { lib, buildGoModule, fetchFromGitHub }:
6 src = fetchFromGitHub {
10 hash = "sha256-YmDsibVlAWLEG5QcqDImVb6RJfrfW6zrFnOEMO3Zxcw=";
12 vendorHash = "sha256-185Wz9IpJRBmunl+KGj/iy37YeszbT3UYzyk9V994oQ=";
14 install message.html.tmpl -Dt $out
18 description = "Simple webhook for matrix";
19 mainProgram = "matrix-hook";
20 homepage = "https://github.com/pinpox/matrix-hook";
21 license = licenses.gpl3;
22 maintainers = with maintainers; [ pinpox mic92 zowoq ];