prometheus-fastly-exporter: 10.0.0 -> 10.1.0

This commit is contained in:
R. Ryantm
2025-12-11 19:09:34 +00:00
parent e16041020b
commit e57a28cb84
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "fastly-exporter";
version = "10.0.0";
version = "10.1.0";
src = fetchFromGitHub {
owner = "fastly";
repo = "fastly-exporter";
rev = "v${version}";
hash = "sha256-GF+b0rDa9RBnLsT/ZFjSH/GIXG+Hmwew5UfXhK52AGg=";
hash = "sha256-Iu+GqCE7Eg2oN6vmdpgsPKHqxz91f12waxj0J2K+gWk=";
};
vendorHash = "sha256-teGcQX4QbH2RnnIE46VIiYce1TzIwSX41r7FOMsxAvg=";
vendorHash = "sha256-83qUoQNiQ3D2Bm6D4DoVZDEO8EtUmxBXlpV6F+N1eSA=";
passthru.tests = {
inherit (nixosTests.prometheus-exporters) fastly;