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

prometheus-redis-exporter: 1.43.1 -> 1.44.0
This commit is contained in:
Sarah Brofeldt 2022-08-29 11:06:54 +02:00 committed by GitHub
commit 7ac2f68ed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "redis_exporter";
version = "1.43.1";
version = "1.44.0";
src = fetchFromGitHub {
owner = "oliver006";
repo = "redis_exporter";
rev = "v${version}";
sha256 = "sha256-5S9c2lx7EQthY0bTPCSwVcGCD5G+IJEMV5zpCkjTw0s=";
sha256 = "sha256-JUSU8x45lsW8DzcTHhhsQFDNux2FOGpehORYQrMR9HY=";
};
vendorSha256 = "sha256-E4+eUjkrOUnVg2CfCo1rc+Zs5HAm4+i8Ax0G8WnsL64=";