mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
prometheus-cloudflare-exporter: 0.0.14 -> 0.0.15
This commit is contained in:
parent
5e1830b877
commit
ffceed3b20
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user