prometheus-node-exporter: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm 2023-07-23 11:35:58 +00:00
parent af8cd5ded7
commit b154440078

View File

@ -5,14 +5,14 @@
buildGoModule rec {
pname = "node_exporter";
version = "1.6.0";
version = "1.6.1";
rev = "v${version}";
src = fetchFromGitHub {
inherit rev;
owner = "prometheus";
repo = "node_exporter";
sha256 = "sha256-Aw1tdaiyr3wv3Ti3CFn2T80WRjEZaACwotKKJGY9I6Y=";
sha256 = "sha256-BCZLMSJP/63N+pZsK8er87Zem7IFGdkyruDs6UVDZSM=";
};
vendorHash = "sha256-hn2cMKhLl5qsm4sZErs6PXTs8yajowxw9a9vtHe5cAk=";