prometheus-cloudflare-exporter: 0.0.14 -> 0.0.15

This commit is contained in:
R. Ryantm 2024-05-13 14:45:06 +00:00
parent 5e1830b877
commit ffceed3b20

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "cloudflare-exporter"; pname = "cloudflare-exporter";
version = "0.0.14"; version = "0.0.15";
src = fetchFromGitHub { src = fetchFromGitHub {
rev = version; rev = version;
owner = "lablabs"; owner = "lablabs";
repo = pname; repo = pname;
sha256 = "sha256-A7JnHx9yipTwv63287BqmGrJ3yQ21NhB1z7rrHe6Ok8="; sha256 = "sha256-cmA+OdPsG9JTiYGzXeK8dEhZJPHFKgKDaDMszIVyzg0=";
}; };
vendorHash = "sha256-B/+UTkoGAoJLMr+zdXXSC2CWGHx+Iu5E2qp4AA/nmHM="; vendorHash = "sha256-c1drgbzoA5AlbB0K+E8kuJnyShgUg7spPQKAAwxCr6M=";
meta = with lib; { meta = with lib; {
description = "Prometheus Cloudflare Exporter"; description = "Prometheus Cloudflare Exporter";