prometheus-redis-exporter: 1.36.0 -> 1.37.0

This commit is contained in:
R. Ryantm 2022-03-25 19:18:33 +00:00
parent f33719eda1
commit cccc419102

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "redis_exporter";
version = "1.36.0";
version = "1.37.0";
src = fetchFromGitHub {
owner = "oliver006";
repo = "redis_exporter";
rev = "v${version}";
sha256 = "sha256-n+LvWl0KMAay90GQg42ODcvxX9QbvQ1Ixo4PfJYEAWA=";
sha256 = "sha256-S60/SwbMp6INf98MGc26zMZH8q7gBynyaT/ivN7o0rA=";
};
vendorSha256 = "sha256-u9FfKOD6kiCFTjwQ7LHE9WC4j2vPm0ZCluL8pC4aQIc=";