prometheus-fritzbox-exporter: 1.0 -> 1.0-32-g90fc0c5

This bumps ndecker/fritzbox_exporter to a more recent fork. This version
also capable of TR64.
This commit is contained in:
Florian Klink
2019-05-03 16:59:57 +02:00
parent 23336fb44a
commit 92e2659f22
2 changed files with 104 additions and 9 deletions
@@ -2,23 +2,25 @@
buildGoPackage rec {
name = "fritzbox-exporter-${version}";
version = "1.0";
rev = "v${version}";
version = "v1.0-32-g90fc0c5";
rev = "90fc0c572d3340803f7c2aafc4b097db7af1f871";
goPackagePath = "github.com/ndecker/fritzbox_exporter";
src= fetchFromGitHub {
src = fetchFromGitHub {
inherit rev;
owner = "ndecker";
owner = "mxschmitt";
repo = "fritzbox_exporter";
sha256 = "1qk3dgxxz3cnz52jzz0yvfkrkk4s5kdhc26nbfgdpn0ifzqj0awr";
sha256 = "08gcc60g187x1d14vh7n7s52zkqgj3fvg5v84i6dw55rmb6zzxri";
};
goPackagePath = "github.com/mxschmitt/fritzbox_exporter";
goDeps = ./fritzbox-exporter-deps.nix;
meta = with stdenv.lib; {
description = "FRITZ!Box UPnP statistics exporter for prometheus";
description = "Prometheus Exporter for FRITZ!Box (TR64 and UPnP)";
homepage = https://github.com/ndecker/fritzbox_exporter;
license = licenses.asl20;
maintainers = with maintainers; [ bachp ];
maintainers = with maintainers; [ bachp flokli ];
platforms = platforms.unix;
};
}