0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 13:18:57 +03:00

prometheus-redis-exporter: 1.71.0 -> 1.73.0 (#409790)

This commit is contained in:
Nick Cao 2025-05-23 16:31:02 -04:00 committed by GitHub
commit 0696cb2254
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,13 @@
buildGoModule rec { buildGoModule rec {
pname = "redis_exporter"; pname = "redis_exporter";
version = "1.71.0"; version = "1.73.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "oliver006"; owner = "oliver006";
repo = "redis_exporter"; repo = "redis_exporter";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-GATcHsovbS1tSWeTHeopxPqS40I6DmCNK6faWR4oMus="; sha256 = "sha256-yQurt8LCJR/vbnRo1Al6LUPiCSbGNFKmYDi4nFwrlfM=";
}; };
vendorHash = "sha256-gp2TRIv3sotQlKd4dJq1B8U2YoKCQirbQUU7SimG2K8="; vendorHash = "sha256-gp2TRIv3sotQlKd4dJq1B8U2YoKCQirbQUU7SimG2K8=";