lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

prometheus-redis-exporter: 1.76.0 -> 1.77.0

R. Ryantm 007050c2 acbc6a95

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/redis-exporter.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "redis_exporter"; 13 - version = "1.76.0"; 13 + version = "1.77.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "oliver006"; 17 17 repo = "redis_exporter"; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-LT0YnyvXz1zQBP8NICws6vhW7qqVSFRzlxfdpB8wOr8="; 19 + sha256 = "sha256-EqB76iUUIajId4peGW4WEM6esJGPJZlw3QlvLYXeoEQ="; 20 20 }; 21 21 22 - vendorHash = "sha256-y1j7s8R8pd3sp9yOlG2aopQ+GNO2Z7OCO1a9i9L6KM4="; 22 + vendorHash = "sha256-7/7O61tOEUsRVkFVkmOiHqgxmFDmwaw8s97aOQr89Mg="; 23 23 24 24 ldflags = [ 25 25 "-X main.BuildVersion=${version}"