Skip to content

Commit

Permalink
Merge: prometheus-redis-exporter: 1.63.0 -> 1.65.0 (#347246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Oct 17, 2024
2 parents 594ac90 + 6de674c commit 37f1d8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/prometheus/redis-exporter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "redis_exporter";
version = "1.63.0";
version = "1.65.0";

src = fetchFromGitHub {
owner = "oliver006";
repo = "redis_exporter";
rev = "v${version}";
sha256 = "sha256-OqQjKj2WA5AsXm26HAYhbmhDkFU0el8K831i67WMXlI=";
sha256 = "sha256-koUvcWd5AWhkxIfMJc0YOHaurO4evf83xn+bBCbyiPY=";
};

vendorHash = "sha256-wBViyiYj8Duq5KrXi+YFuAUVSAkCZsnhA3fLWRLcKmU=";
vendorHash = "sha256-gTxNuqaGpigtRwYIU69woebze0QoLZE+ArROUsQAUwA=";

ldflags = [
"-X main.BuildVersion=${version}"
Expand Down

0 comments on commit 37f1d8f

Please sign in to comment.