Skip to content

Commit

Permalink
Merge pull request #300962 from r-ryantm/auto-update/prometheus-smoke…
Browse files Browse the repository at this point in the history
…ping-prober

prometheus-smokeping-prober: 0.7.3 -> 0.8.0
  • Loading branch information
lukegb committed Apr 2, 2024
2 parents 7e856e3 + 5efcd7e commit 813cb06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/prometheus/smokeping-prober.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildGoModule rec {
pname = "smokeping_prober";
version = "0.7.3";
version = "0.8.0";

ldflags = let
setVars = rec {
Expand All @@ -20,9 +20,9 @@ buildGoModule rec {
owner = "SuperQ";
repo = "smokeping_prober";
rev = "v${version}";
sha256 = "sha256-MP8AJ8XnIp/+9s7qeAGRHv2OtLL5zrjEhuzZ36V/GrY=";
sha256 = "sha256-f7hYgVksJOqlFwfdZZClRBVRzj3Mk+5D1Y8+xYOSI/I=";
};
vendorHash = "sha256-39/0reEt4Rfe7DfysS4BROUgBUg+x95z6DU3IjC6m5U=";
vendorHash = "sha256-iKAT10pD2ctVIBdDw/AmHYtoZDW9XC8ruIxqlVoAuWY=";

doCheck = true;

Expand Down

0 comments on commit 813cb06

Please sign in to comment.