mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 19:23:50 +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 {
|
||||
pname = "cloudflare-exporter";
|
||||
version = "0.0.14";
|
||||
version = "0.0.15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
rev = version;
|
||||
owner = "lablabs";
|
||||
repo = pname;
|
||||
sha256 = "sha256-A7JnHx9yipTwv63287BqmGrJ3yQ21NhB1z7rrHe6Ok8=";
|
||||
sha256 = "sha256-cmA+OdPsG9JTiYGzXeK8dEhZJPHFKgKDaDMszIVyzg0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-B/+UTkoGAoJLMr+zdXXSC2CWGHx+Iu5E2qp4AA/nmHM=";
|
||||
vendorHash = "sha256-c1drgbzoA5AlbB0K+E8kuJnyShgUg7spPQKAAwxCr6M=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Prometheus Cloudflare Exporter";
|
||||
|
Loading…
Reference in New Issue
Block a user