prometheus-statsd-exporter: 0.26.0 -> 0.26.1

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/statsd-exporter.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "statsd_exporter"; 8 - version = "0.26.0"; 8 + version = "0.26.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "prometheus"; 12 12 repo = "statsd_exporter"; 13 13 rev = "v${version}"; 14 - hash = "sha256-C7+4v40T667KJHEQ3ebLDg2wJNrxD/nossfT6rMlER8="; 14 + hash = "sha256-hKwbC56Z6tMolLnYB5G7iSLZoM+cWCh5lPzWiFkOd6E="; 15 15 }; 16 16 17 17 ldflags = ··· 26 26 "-X ${t}.BuildDate=unknown" 27 27 ]; 28 28 29 - vendorHash = "sha256-scBpRZeECgAtpu9lnkIk1I2c8UmAkEL8LYNPUeUNYto="; 29 + vendorHash = "sha256-UcdRcHZUJ3XHZNqYXSboaor5WRVPYfilEvRWZjA1YNc="; 30 30 31 31 meta = with lib; { 32 32 description = "Receives StatsD-style metrics and exports them to Prometheus";