prometheus-redis-exporter: 1.76.0 -> 1.77.0 (#442321)

This commit is contained in:
Maximilian Bosch
2025-09-12 16:37:47 +00:00
committed by GitHub
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "redis_exporter";
version = "1.76.0";
version = "1.77.0";
src = fetchFromGitHub {
owner = "oliver006";
repo = "redis_exporter";
rev = "v${version}";
sha256 = "sha256-LT0YnyvXz1zQBP8NICws6vhW7qqVSFRzlxfdpB8wOr8=";
sha256 = "sha256-EqB76iUUIajId4peGW4WEM6esJGPJZlw3QlvLYXeoEQ=";
};
vendorHash = "sha256-y1j7s8R8pd3sp9yOlG2aopQ+GNO2Z7OCO1a9i9L6KM4=";
vendorHash = "sha256-7/7O61tOEUsRVkFVkmOiHqgxmFDmwaw8s97aOQr89Mg=";
ldflags = [
"-X main.BuildVersion=${version}"