1 { lib, stdenv, fetchFromGitHub, buildGoModule }:
5 version = "unstable-2021-05-13";
7 src = fetchFromGitHub {
8 owner = "bosun-monitor";
10 rev = "e25bc3e69a1fb2e29d28f13a78ffa71cc0b8cc87";
11 hash = "sha256-YL1RqoryHRWKyUwO9NE8z/gsE195D+vFWR8YpZH+gbw=";
14 vendorHash = "sha256-5mVI5cyuIB+6KHlTpDxSNGU7yBsGQC4IA+iDgvVFVZM=";
16 subPackages = [ "cmd/bosun" "cmd/scollector" ];
18 ldflags = [ "-s" "-w" ];
21 description = "Time Series Alerting Framework";
22 license = licenses.mit;
23 homepage = "https://bosun.org";
24 maintainers = with maintainers; [ offline ];
25 broken = stdenv.isDarwin;