summary refs log tree commit diff
path: root/pkgs/tools/misc/vector
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-10-24 10:12:05 +0900
committerRaphael Megzari <raphael@megzari.com>2021-10-25 12:07:41 +0900
commitf0a0389dfca84a72c43259dee87691ec6eb464b5 (patch)
treefd20d2770145460edc24c078b34851c56e4a417d /pkgs/tools/misc/vector
parentdb3764a245880ecaa163e16d104fbfccb7f352b2 (diff)
downloadnixpkgs-f0a0389dfca84a72c43259dee87691ec6eb464b5.tar
nixpkgs-f0a0389dfca84a72c43259dee87691ec6eb464b5.tar.gz
nixpkgs-f0a0389dfca84a72c43259dee87691ec6eb464b5.tar.bz2
nixpkgs-f0a0389dfca84a72c43259dee87691ec6eb464b5.tar.lz
nixpkgs-f0a0389dfca84a72c43259dee87691ec6eb464b5.tar.xz
nixpkgs-f0a0389dfca84a72c43259dee87691ec6eb464b5.tar.zst
nixpkgs-f0a0389dfca84a72c43259dee87691ec6eb464b5.zip
vector: 0.16.1 -> 0.17.3
Diffstat (limited to 'pkgs/tools/misc/vector')
-rw-r--r--pkgs/tools/misc/vector/default.nix14
1 files changed, 9 insertions, 5 deletions
diff --git a/pkgs/tools/misc/vector/default.nix b/pkgs/tools/misc/vector/default.nix
index cf76462eb61..49588419484 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