prometheus-node-exporter: 1.8.1 -> 1.8.2

This commit is contained in:
R. Ryantm 2024-07-14 13:43:54 +00:00
parent dc53c7ec90
commit 7c60d383fe

View File

@ -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=";