prometheus-redis-exporter: 1.47.0 -> 1.48.0

ChangeLog: https://github.com/oliver006/redis_exporter/releases/tag/v1.48.0
This commit is contained in:
Maximilian Bosch 2023-03-04 11:27:51 +01:00
parent 0ab7f2e54c
commit 3330d1de1d
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "redis_exporter";
version = "1.47.0";
version = "1.48.0";
src = fetchFromGitHub {
owner = "oliver006";
repo = "redis_exporter";
rev = "v${version}";
sha256 = "sha256-pSLFfArmG4DIgYUD8qz71P+7RYIQuUycnYzNFXNhZ8A=";
sha256 = "sha256-hBkekoVwNuRDGhpvbW57eR+UUMkntdEcHJAVQbwk7NE=";
};
vendorHash = "sha256-Owfxy7WkucQ6BM8yjnZg9/8CgopGTtbQTTUuxoT3RRE=";
@ -28,7 +28,7 @@ buildGoModule rec {
description = "Prometheus exporter for Redis metrics";
inherit (src.meta) homepage;
license = licenses.mit;
maintainers = with maintainers; [ eskytthe srhb ];
maintainers = with maintainers; [ eskytthe srhb ma27 ];
platforms = platforms.unix;
};
}