Unverified Commit d9131b14 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #241441 from r-ryantm/auto-update/prometheus-fastly-exporter

prometheus-fastly-exporter: 7.5.1 -> 7.6.0
parents 56550b6a 441e925d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "fastly-exporter";
  version = "7.5.1";
  version = "7.6.0";

  src = fetchFromGitHub {
    owner = "peterbourgon";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-eMmnPxjtEYpVHm4reJYBkJ3kkkqmAAhyZot020Stb4E=";
    sha256 = "sha256-55yqt1F/jBoWHhq/Q9qOiCxg9naGrCFxGyfLseg9R/w=";
  };

  vendorHash = null;
  vendorHash = "sha256-lEaMhJL/sKNOXx0W+QHMG4QUUE6Pc4AqulhgyCMQQNY=";

  meta = with lib; {
    description = "Prometheus exporter for the Fastly Real-time Analytics API";