Merge pull request #301255 from r-ryantm/auto-update/prometheus-ping-exporter

prometheus-ping-exporter: 1.1.1 -> 1.1.3
This commit is contained in:
Weijia Wang 2024-04-09 15:09:14 +02:00 committed by GitHub
commit e262a59083
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ping-exporter";
version = "1.1.1";
version = "1.1.3";
src = fetchFromGitHub {
owner = "czerwonk";
repo = "ping_exporter";
rev = version;
hash = "sha256-3q9AFvtjCSQyqX+LV1MEFHJVPBHtG304zuPHJ12XteE=";
hash = "sha256-Jdo+6/e9gES8q4wTGRuy5HSj7VimOMZ9q3guKDcKJxg=";
};
vendorHash = "sha256-v1WSx93MHVJZllp4MjTg4G9yqHD3CAiVReZ5Qu1Xv6E=";
vendorHash = "sha256-1oNbg6lu9xLJKeYOzK23HOTLJc3KWri7z4/2AZ7Hzms=";
meta = with lib; {
description = "Prometheus exporter for ICMP echo requests";