Loading pkgs/servers/monitoring/prometheus/statsd-exporter.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,13 +5,13 @@ buildGoModule rec { pname = "statsd_exporter"; version = "0.26.1"; version = "0.27.1"; src = fetchFromGitHub { owner = "prometheus"; repo = "statsd_exporter"; rev = "v${version}"; hash = "sha256-hKwbC56Z6tMolLnYB5G7iSLZoM+cWCh5lPzWiFkOd6E="; hash = "sha256-aOwb1oL4eS3sdVXJXbPKHaao/xLGe1HZ5EJgQ6AAFnk="; }; ldflags = Loading @@ -26,7 +26,7 @@ buildGoModule rec { "-X ${t}.BuildDate=unknown" ]; vendorHash = "sha256-UcdRcHZUJ3XHZNqYXSboaor5WRVPYfilEvRWZjA1YNc="; vendorHash = "sha256-cP7dMkLWITRz87vU13B168iUIBbozOGNTXNV+m2CbMU="; meta = with lib; { description = "Receives StatsD-style metrics and exports them to Prometheus"; Loading Loading
pkgs/servers/monitoring/prometheus/statsd-exporter.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,13 +5,13 @@ buildGoModule rec { pname = "statsd_exporter"; version = "0.26.1"; version = "0.27.1"; src = fetchFromGitHub { owner = "prometheus"; repo = "statsd_exporter"; rev = "v${version}"; hash = "sha256-hKwbC56Z6tMolLnYB5G7iSLZoM+cWCh5lPzWiFkOd6E="; hash = "sha256-aOwb1oL4eS3sdVXJXbPKHaao/xLGe1HZ5EJgQ6AAFnk="; }; ldflags = Loading @@ -26,7 +26,7 @@ buildGoModule rec { "-X ${t}.BuildDate=unknown" ]; vendorHash = "sha256-UcdRcHZUJ3XHZNqYXSboaor5WRVPYfilEvRWZjA1YNc="; vendorHash = "sha256-cP7dMkLWITRz87vU13B168iUIBbozOGNTXNV+m2CbMU="; meta = with lib; { description = "Receives StatsD-style metrics and exports them to Prometheus"; Loading