prometheus-nut-exporter: 2.5.3 -> 3.0.0

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/nut-exporter.nix
··· 2 3 buildGoModule rec { 4 pname = "nut-exporter"; 5 - version = "2.5.3"; 6 7 src = fetchFromGitHub { 8 owner = "DRuggeri"; 9 repo = "nut_exporter"; 10 rev = "v${version}"; 11 - sha256 = "sha256-I44unG7eKBGxjm2HnCcm1ThlrDpDglXBork7meOOGiw="; 12 }; 13 14 - vendorHash = "sha256-ji8JlEYChPBakt5y6+zcm1l04VzZ0/fjfGFJ9p+1KHE="; 15 16 meta = with lib; { 17 description = "Prometheus exporter for Network UPS Tools";
··· 2 3 buildGoModule rec { 4 pname = "nut-exporter"; 5 + version = "3.0.0"; 6 7 src = fetchFromGitHub { 8 owner = "DRuggeri"; 9 repo = "nut_exporter"; 10 rev = "v${version}"; 11 + sha256 = "sha256-Y8G8nFhZ9Onxx40DJSTi0rnef8ulNTkj4bsPfqylOjQ="; 12 }; 13 14 + vendorHash = "sha256-DGCNYklINPPzC7kCdEUS7TqVvg2SnKFqe0qHs5RSmzY="; 15 16 meta = with lib; { 17 description = "Prometheus exporter for Network UPS Tools";