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

prometheus-fastly-exporter: 7.6.1 -> 8.0.0
This commit is contained in:
Nick Cao 2024-04-22 15:09:41 -04:00 committed by GitHub
commit f20de7f2d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "fastly-exporter";
version = "7.6.1";
version = "8.0.0";
src = fetchFromGitHub {
owner = "fastly";
repo = "fastly-exporter";
rev = "v${version}";
hash = "sha256-JUbjWAJ70iq0RCr6U2thbtZ3nmCic9wGtSf2ArRy4uA=";
hash = "sha256-3XIw9Sq7aQ6bs7kY0fYP3UGfJeq80gB2vXX69EEOtl4=";
};
vendorHash = "sha256-lEaMhJL/sKNOXx0W+QHMG4QUUE6Pc4AqulhgyCMQQNY=";
vendorHash = "sha256-kiP9nL/fVnekIf1ABAbSNebszcrj/xkFw9NcuBr/wKQ=";
passthru.tests = {
inherit (nixosTests.prometheus-exporters) fastly;