vector: 0.21.2 -> 0.22.0

+4 -4
+4 -4
pkgs/tools/misc/vector/default.nix
··· 30 30 31 31 let 32 32 pname = "vector"; 33 - version = "0.21.2"; 33 + version = "0.22.0"; 34 34 in 35 35 rustPlatform.buildRustPackage { 36 36 inherit pname version; ··· 39 39 owner = "timberio"; 40 40 repo = pname; 41 41 rev = "v${version}"; 42 - sha256 = "sha256-2iMD3QpVm1YmiEH17PdjgiNoD2Gt9BRJ5soMDB//b3Y="; 42 + sha256 = "sha256-47tT17XS+bymwm82hbyCykmviGUByfFIxjNaq6OQWn8="; 43 43 }; 44 44 45 - cargoSha256 = "sha256-OkK0COSHdZ6fHWUrZ90ltuFSCtVZ14QZiIWVwkHOvq8="; 45 + cargoSha256 = "sha256-91rXbHVpdupd14XsC7GjkZd0cUhxhVMYXlRdsyUx3L0="; 46 46 nativeBuildInputs = [ pkg-config cmake perl ]; 47 47 buildInputs = [ oniguruma openssl protobuf rdkafka zstd ] 48 48 ++ lib.optionals stdenv.isDarwin [ Security libiconv coreutils CoreServices ]; ··· 62 62 buildFeatures = features; 63 63 64 64 # TODO investigate compilation failure for tests 65 - # there are about 100 tests failing (out of 1100) for version 0.21.2 65 + # there are about 100 tests failing (out of 1100) for version 0.22.0 66 66 doCheck = false; 67 67 68 68 checkFlags = [