1 { lib, buildGoModule, fetchFromGitHub, }:
4 pname = "squid-exporter";
7 src = fetchFromGitHub {
9 repo = "squid-exporter";
11 hash = "sha256-low1nIL7FbIYfIP7KWPskAQ50Hh+d7JI+ryYoR+mP10=";
14 vendorHash = "sha256-0BNhjNveUDd0+X0do4Md58zJjXe3+KN27MPEviNuF3g=";
17 description = "Squid Prometheus exporter";
18 homepage = "https://github.com/boynux/squid-exporter";
19 license = lib.licenses.mit;
20 maintainers = with lib.maintainers; [ srhb ];