prometheus-squid-exporter: 1.12.0 -> 1.13.0

This commit is contained in:
R. Ryantm 2025-05-07 06:46:37 +00:00
parent 995a647278
commit fb0f5e5f76

View file

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "squid-exporter"; pname = "squid-exporter";
version = "1.12.0"; version = "1.13.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "boynux"; owner = "boynux";
repo = "squid-exporter"; repo = "squid-exporter";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-low1nIL7FbIYfIP7KWPskAQ50Hh+d7JI+ryYoR+mP10="; hash = "sha256-UH/+YbUiAqgAJ8Xm/6cZg5imFSgA6LHU6+SHseq5IPw=";
}; };
vendorHash = "sha256-0BNhjNveUDd0+X0do4Md58zJjXe3+KN27MPEviNuF3g="; vendorHash = "sha256-aY0tW4OH8OHEMF3cLYTAeOd0VItSP0cTCwF4s7wdqTk=";
meta = { meta = {
description = "Squid Prometheus exporter"; description = "Squid Prometheus exporter";