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

prometheus-fastly-exporter: 7.6.1 -> 8.0.0

authored by Nick Cao and committed by GitHub f20de7f2 b45dd741

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/fastly-exporter.nix
··· 6 7 buildGoModule rec { 8 pname = "fastly-exporter"; 9 - version = "7.6.1"; 10 11 src = fetchFromGitHub { 12 owner = "fastly"; 13 repo = "fastly-exporter"; 14 rev = "v${version}"; 15 - hash = "sha256-JUbjWAJ70iq0RCr6U2thbtZ3nmCic9wGtSf2ArRy4uA="; 16 }; 17 18 - vendorHash = "sha256-lEaMhJL/sKNOXx0W+QHMG4QUUE6Pc4AqulhgyCMQQNY="; 19 20 passthru.tests = { 21 inherit (nixosTests.prometheus-exporters) fastly;
··· 6 7 buildGoModule rec { 8 pname = "fastly-exporter"; 9 + version = "8.0.0"; 10 11 src = fetchFromGitHub { 12 owner = "fastly"; 13 repo = "fastly-exporter"; 14 rev = "v${version}"; 15 + hash = "sha256-3XIw9Sq7aQ6bs7kY0fYP3UGfJeq80gB2vXX69EEOtl4="; 16 }; 17 18 + vendorHash = "sha256-kiP9nL/fVnekIf1ABAbSNebszcrj/xkFw9NcuBr/wKQ="; 19 20 passthru.tests = { 21 inherit (nixosTests.prometheus-exporters) fastly;