mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #237005 from r-ryantm/auto-update/prometheus-fastly-exporter
prometheus-fastly-exporter: 7.4.0 -> 7.5.0
This commit is contained in:
commit
eb79944685
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "fastly-exporter";
|
pname = "fastly-exporter";
|
||||||
version = "7.4.0";
|
version = "7.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "peterbourgon";
|
owner = "peterbourgon";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-jZXQ5N6xIBk85ae4dPERB0tY5TBeIT6ThG6rLYLHmJ0=";
|
sha256 = "sha256-Am8TqolPP0m+57plvG0pzh69KDD7rfabLU+E35LE6aI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-BBfI5SyTgaoXXHxhraH09YVi43v1mD6Ia8oyh+TYqvA=";
|
vendorHash = null;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Prometheus exporter for the Fastly Real-time Analytics API";
|
description = "Prometheus exporter for the Fastly Real-time Analytics API";
|
||||||
|
|
Loading…
Reference in a new issue