Merge pull request #254850 from r-ryantm/auto-update/prometheus-redis-exporter

prometheus-redis-exporter: 1.53.0 -> 1.54.0

authored by Nick Cao and committed by GitHub 325b534f 00658bfa

+2 -2
+2 -2
pkgs/servers/monitoring/prometheus/redis-exporter.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "redis_exporter"; 5 - version = "1.53.0"; 5 + version = "1.54.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "oliver006"; 9 9 repo = "redis_exporter"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-KeHWflzwSxWaplAPtqof7NGJ9SH4mnjRAffhP/Dth5I="; 11 + sha256 = "sha256-EIkMxmaugAPPeJfAA9HBbPp59bVHvgP0ZdUy0xhrrlY="; 12 12 }; 13 13 14 14 vendorHash = "sha256-it69pime0RAhhu/qlRFGediemMllGhA3srHpGcUet7k=";