Merge pull request #327113 from r-ryantm/auto-update/prometheus-node-exporter

prometheus-node-exporter: 1.8.1 -> 1.8.2
This commit is contained in:
Nick Cao
2024-07-14 11:20:19 -04:00
committed by GitHub
@@ -2,14 +2,14 @@
buildGoModule rec {
pname = "node_exporter";
version = "1.8.1";
version = "1.8.2";
rev = "v${version}";
src = fetchFromGitHub {
inherit rev;
owner = "prometheus";
repo = "node_exporter";
hash = "sha256-dg4JSJx5xXEOLLb5xEgrNeDmh/En9G6qKA9G+3v9PH0=";
hash = "sha256-b2uior67RcCCpUE+qx55G1eWiT2wWDVsnosSH9fd3/I=";
};
vendorHash = "sha256-sly8AJk+jNZG8ijTBF1Pd5AOOUJJxIG8jHwBUdlt8fM=";