prometheus-domain-exporter: 1.22.0 -> 1.23.0

This commit is contained in:
R. Ryantm 2024-01-30 06:12:51 +00:00 committed by Peter Hoeg
parent af54e3e4c4
commit af52a6f370

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "domain-exporter"; pname = "domain-exporter";
version = "1.22.0"; version = "1.23.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "caarlos0"; owner = "caarlos0";
repo = "domain_exporter"; repo = "domain_exporter";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-tdAU4BY2jT3l/VMIthrJOPhPYi9UMYD7ZUVhwbO1oUA="; hash = "sha256-5GyDQkd8zXZ9TtauWfW9uW8xkgtEICFm6f4Q/jVqOBc=";
}; };
vendorHash = "sha256-6C1LfWF4tjCGW3iiEhD+qBJ+CjAv4A9KYKH/owTAYJ8="; vendorHash = "sha256-EPpzrig40WXt5mo/vPTFjh+gYdFOlMknjNJHNChlQwk=";
doCheck = false; # needs internet connection doCheck = false; # needs internet connection