lol
0
fork

Configure Feed

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

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

prometheus-redis-exporter: 1.54.0 -> 1.55.0

authored by

Sarah Brofeldt and committed by
GitHub
7ba31c7a effd18f0

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/redis-exporter.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "redis_exporter"; 5 - version = "1.54.0"; 5 + version = "1.55.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "oliver006"; 9 9 repo = "redis_exporter"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-EIkMxmaugAPPeJfAA9HBbPp59bVHvgP0ZdUy0xhrrlY="; 11 + sha256 = "sha256-KF3tbMgcmZHn8u2wPVidH35vi/Aj7xXUvXPXUci6qrM="; 12 12 }; 13 13 14 - vendorHash = "sha256-it69pime0RAhhu/qlRFGediemMllGhA3srHpGcUet7k="; 14 + vendorHash = "sha256-zwWiUXexGI9noHSRC+h9/IT0qdNwPMDZyP3AIKtnRn0="; 15 15 16 16 ldflags = [ 17 17 "-X main.BuildVersion=${version}"