Merge pull request #322308 from r-ryantm/auto-update/prometheus-squid-exporter

prometheus-squid-exporter: 1.11.0 -> 1.12.0
This commit is contained in:
Weijia Wang
2024-07-02 22:51:35 +02:00
committed by GitHub
@@ -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";