Skip to content

Commit

Permalink
prometheus-redis-exporter: 1.63.0 -> 1.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 8, 2024
1 parent 6322590 commit 7a0662b
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.64.0";

src = fetchFromGitHub {
owner = "oliver006";
repo = "redis_exporter";
rev = "v${version}";
sha256 = "sha256-OqQjKj2WA5AsXm26HAYhbmhDkFU0el8K831i67WMXlI=";
sha256 = "sha256-q6p04/6N8UCkwezbqDZZHLZAeS9KVdHeaxMr2mUsn88=";
};

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

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

0 comments on commit 7a0662b

Please sign in to comment.