prometheus-squid-exporter: 1.11.0 -> 1.12.0
This commit is contained in:
parent
e1f89770af
commit
c38211a508
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "squid-exporter";
|
pname = "squid-exporter";
|
||||||
version = "1.11.0";
|
version = "1.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "boynux";
|
owner = "boynux";
|
||||||
repo = "squid-exporter";
|
repo = "squid-exporter";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-43f6952IqUHoB5CN0p5R5J/sMKbTe2msF9FGqykwMBo=";
|
sha256 = "sha256-low1nIL7FbIYfIP7KWPskAQ50Hh+d7JI+ryYoR+mP10=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = "sha256-0BNhjNveUDd0+X0do4Md58zJjXe3+KN27MPEviNuF3g=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Squid Prometheus exporter";
|
description = "Squid Prometheus exporter";
|
||||||
|
Loading…
Reference in New Issue
Block a user