Loading pkgs/servers/monitoring/prometheus/speedtest-exporter.nix +11 −14 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: let buildGoModule { pname = "speedtest_exporter"; version = "0.3.2"; Loading @@ -10,9 +11,6 @@ let sha256 = "WIMDv63sHyZVw3Ct5LFXCIufj7sU2H81n+hT/NiPMeQ="; }; in buildGoModule rec { inherit pname version src; vendorSha256 = "Lm73pZzdNZv7J+vKrtQXxm4HiAuB9lugKT/oanmD0HM="; meta = with lib; { Loading @@ -20,6 +18,5 @@ in buildGoModule rec { homepage = "https://github.com/nlamirault/speedtest_exporter"; description = "Prometheus exporter for Speedtest metrics"; maintainers = with maintainers; [ jonaenz ]; platforms = platforms.unix; }; } Loading
pkgs/servers/monitoring/prometheus/speedtest-exporter.nix +11 −14 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: let buildGoModule { pname = "speedtest_exporter"; version = "0.3.2"; Loading @@ -10,9 +11,6 @@ let sha256 = "WIMDv63sHyZVw3Ct5LFXCIufj7sU2H81n+hT/NiPMeQ="; }; in buildGoModule rec { inherit pname version src; vendorSha256 = "Lm73pZzdNZv7J+vKrtQXxm4HiAuB9lugKT/oanmD0HM="; meta = with lib; { Loading @@ -20,6 +18,5 @@ in buildGoModule rec { homepage = "https://github.com/nlamirault/speedtest_exporter"; description = "Prometheus exporter for Speedtest metrics"; maintainers = with maintainers; [ jonaenz ]; platforms = platforms.unix; }; }