prometheus-squid-exporter: 1.11.0 -> 1.12.0

This commit is contained in:
R. Ryantm 2024-06-25 01:42:29 +00:00
parent e1f89770af
commit c38211a508

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "squid-exporter";
version = "1.11.0";
version = "1.12.0";
src = fetchFromGitHub {
owner = "boynux";
repo = "squid-exporter";
rev = "v${version}";
sha256 = "sha256-43f6952IqUHoB5CN0p5R5J/sMKbTe2msF9FGqykwMBo=";
sha256 = "sha256-low1nIL7FbIYfIP7KWPskAQ50Hh+d7JI+ryYoR+mP10=";
};
vendorHash = null;
vendorHash = "sha256-0BNhjNveUDd0+X0do4Md58zJjXe3+KN27MPEviNuF3g=";
meta = {
description = "Squid Prometheus exporter";