1 { lib, buildGoPackage, fetchFromGitHub }:
4 pname = "consul-alerts";
8 goPackagePath = "github.com/AcalephStorage/consul-alerts";
12 src = fetchFromGitHub {
14 owner = "AcalephStorage";
15 repo = "consul-alerts";
16 sha256 = "0836zicv76sd6ljhbbii1mrzh65pch10w3gfa128iynaviksbgn5";
20 mainProgram = "consul-alerts";
21 description = "An extendable open source continuous integration server";
22 homepage = "https://github.com/AcalephStorage/consul-alerts";
24 platforms = platforms.linux ++ platforms.freebsd ++ platforms.darwin;
25 license = licenses.gpl2;
26 maintainers = with maintainers; [ nh2 ];