Merge pull request #298151 from r-ryantm/auto-update/prometheus-redis-exporter

prometheus-redis-exporter: 1.57.0 -> 1.58.0
This commit is contained in:
Nick Cao 2024-03-23 11:28:48 -04:00 committed by GitHub
commit e29f2dbc68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "redis_exporter";
version = "1.57.0";
version = "1.58.0";
src = fetchFromGitHub {
owner = "oliver006";
repo = "redis_exporter";
rev = "v${version}";
sha256 = "sha256-M5Mv2gAQMR0j2zIX6OwePA9w7OtjJ0i2mR9I4BvUcXI=";
sha256 = "sha256-tZ09vQBFUWw2l6OYwT/bXhBEMOTSl5r/Hu732msPGkg=";
};
vendorHash = "sha256-32EjLEPeFsihdG83ru4SSf03F2XJGD8+tbO9ANaI1hs=";