From f0a0389dfca84a72c43259dee87691ec6eb464b5 Mon Sep 17 00:00:00 2001 From: happysalada Date: Sun, 24 Oct 2021 10:12:05 +0900 Subject: [PATCH] vector: 0.16.1 -> 0.17.3 --- pkgs/tools/misc/vector/default.nix | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/pkgs/tools/misc/vector/default.nix b/pkgs/tools/misc/vector/default.nix index cf76462eb612..495884194847 100644 --- a/pkgs/tools/misc/vector/default.nix +++ b/pkgs/tools/misc/vector/default.nix @@ -26,18 +26,21 @@ ++ (lib.optional stdenv.targetPlatform.isUnix "unix")) }: -rustPlatform.buildRustPackage rec { +let pname = "vector"; - version = "0.16.1"; + version = "0.17.3"; +in +rustPlatform.buildRustPackage { + inherit pname version; src = fetchFromGitHub { owner = "timberio"; repo = pname; rev = "v${version}"; - sha256 = "sha256-10e0cWt6XW8msNR/RXbaOpdwTAlRLm6jVvDed905rho="; + sha256 = "sha256-1Z2GtzWkS7cxzCs+RBKMtWbzIIt4aeS1Iy9kMBEeDMw="; }; - cargoSha256 = "sha256-ezQ/tX/uKzJprLQt2xIUZwGuUOmuRmTO+gPsf3MLEv8="; + cargoSha256 = "sha256-UEGdvyRPPh5Kb9+0qFyv8UBFslOKn5/R/ineawFA91w="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ oniguruma openssl protobuf rdkafka zstd ] ++ lib.optionals stdenv.isDarwin [ Security libiconv coreutils CoreServices ]; @@ -63,7 +66,8 @@ rustPlatform.buildRustPackage rec { -- --test-threads 1 \ --skip=sinks::loki::tests::healthcheck_grafana_cloud \ --skip=kubernetes::api_watcher::tests::test_stream_errors \ - --skip=sources::socket::test::tcp_with_tls_intermediate_ca + --skip=sources::socket::test::tcp_with_tls_intermediate_ca \ + --skip=sources::host_metrics::cgroups::tests::generates_cgroups_metrics ''; # recent overhauls of DNS support in 0.9 mean that we try to resolve