Merge pull request #249308 from r-ryantm/auto-update/prometheus-smartctl-exporter

prometheus-smartctl-exporter: 0.9.1 -> 0.10.0
This commit is contained in:
Maximilian Bosch 2023-08-15 16:27:32 +02:00 committed by GitHub
commit 609397e683
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1200,7 +1200,7 @@ let
};
exporterTest = ''
wait_until_succeeds(
'journalctl -eu prometheus-smartctl-exporter.service -o cat | grep "Device unavailable"'
'journalctl -eu prometheus-smartctl-exporter.service -o cat | grep "Unable to detect device type"'
)
'';
};

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "smartctl_exporter";
version = "0.9.1";
version = "0.10.0";
src = fetchFromGitHub {
owner = "prometheus-community";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-fc1NZ5QwzR/jJkeaDm5PMT4wBFFlqZOXKTJMBJWKJJ8=";
hash = "sha256-M4d8l9EbOZsi2ubyRo7KSBYewcC9NidW/Rf1QVVIvo8=";
};
vendorSha256 = "sha256-lQKuT5dzjDHFpRSmcXpKD1RJDlEv+0kcxENkv3mT4FU=";
vendorHash = "sha256-0WLI+nLhRkf1CGhSer1Jkv1nUho5sxIbTE/Mf5JmX7U=";
ldflags = [
"-X github.com/prometheus/common/version.Version=${version}"