prometheus-redis-exporter: 1.83.0 -> 1.84.0 (#522597)

This commit is contained in:
Maximilian Bosch
2026-05-22 15:51:40 +00:00
committed by GitHub
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "redis_exporter";
version = "1.83.0";
version = "1.84.0";
src = fetchFromGitHub {
owner = "oliver006";
repo = "redis_exporter";
rev = "v${version}";
sha256 = "sha256-3KT5GsUxHG2t7C7aATo8MpAP5az663dBH5vHesDuBpQ=";
sha256 = "sha256-0GxPPtZh7qJO1jQ5Q+ED8cJK0kbn/Q7DuXLihWd67gg=";
};
vendorHash = "sha256-hISPhsMn2NFmbD7Dg6ervAg5/YfcjLcUneimf9AOxb4=";
vendorHash = "sha256-O2koMGh9/1UWtV5arH3S/7b6q33P4Yv+xgPthTtZsLg=";
ldflags = [
"-X main.BuildVersion=${version}"