diff --git a/pkgs/servers/monitoring/prometheus/dnsmasq-exporter.nix b/pkgs/servers/monitoring/prometheus/dnsmasq-exporter.nix index 0c071a092cfa..e78efeb22d85 100644 --- a/pkgs/servers/monitoring/prometheus/dnsmasq-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/dnsmasq-exporter.nix @@ -1,6 +1,6 @@ -{ lib, buildGoModule, fetchFromGitHub, nixosTests }: +{ lib, buildGo122Module, fetchFromGitHub, nixosTests }: -buildGoModule rec { +buildGo122Module rec { pname = "dnsmasq_exporter"; version = "0.3.0";