prometheus-node-exporter: 1.8.0 -> 1.8.1

authored by R. Ryantm and committed by Bjørn Forsman 42e8db26 d484aa8e

+2 -2
+2 -2
pkgs/servers/monitoring/prometheus/node-exporter.nix
··· 5 6 buildGoModule rec { 7 pname = "node_exporter"; 8 - version = "1.8.0"; 9 rev = "v${version}"; 10 11 src = fetchFromGitHub { 12 inherit rev; 13 owner = "prometheus"; 14 repo = "node_exporter"; 15 - hash = "sha256-TC7F/LQnn6OIhvWLy75MQyVGS7DlgJLbbaAUZUZTvEo="; 16 }; 17 18 vendorHash = "sha256-sly8AJk+jNZG8ijTBF1Pd5AOOUJJxIG8jHwBUdlt8fM=";
··· 5 6 buildGoModule rec { 7 pname = "node_exporter"; 8 + version = "1.8.1"; 9 rev = "v${version}"; 10 11 src = fetchFromGitHub { 12 inherit rev; 13 owner = "prometheus"; 14 repo = "node_exporter"; 15 + hash = "sha256-dg4JSJx5xXEOLLb5xEgrNeDmh/En9G6qKA9G+3v9PH0="; 16 }; 17 18 vendorHash = "sha256-sly8AJk+jNZG8ijTBF1Pd5AOOUJJxIG8jHwBUdlt8fM=";