Merge pull request #149619 from r-ryantm/auto-update/node_exporter

prometheus-node-exporter: 1.3.0 -> 1.3.1
This commit is contained in:
Jörg Thalheim 2021-12-08 14:54:40 +00:00 committed by GitHub
commit d9e5ac7f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "node_exporter";
version = "1.3.0";
version = "1.3.1";
rev = "v${version}";
src = fetchFromGitHub {
inherit rev;
owner = "prometheus";
repo = "node_exporter";
sha256 = "sha256-gfRnlKq8F4gfea0JOzRqQDDFVJpNSfUX/cvFE/rUU1Q=";
sha256 = "sha256-+0k9LBsHqNHmoOAY1UDzbbqni+ikj+c3ijfT41rCfLc=";
};
vendorSha256 = "sha256-nAvODyy+PfkGFAaq+3hBhQaPji5GUMU7N8xcgbGQMeI=";