lol

vector: 0.17.3 -> 0.18.0 (#146523)

authored by

Raphael Megzari and committed by
GitHub
09b01aa4 f7daa177

+3 -3
+3 -3
pkgs/tools/misc/vector/default.nix
··· 28 28 29 29 let 30 30 pname = "vector"; 31 - version = "0.17.3"; 31 + version = "0.18.0"; 32 32 in 33 33 rustPlatform.buildRustPackage { 34 34 inherit pname version; ··· 37 37 owner = "timberio"; 38 38 repo = pname; 39 39 rev = "v${version}"; 40 - sha256 = "sha256-1Z2GtzWkS7cxzCs+RBKMtWbzIIt4aeS1Iy9kMBEeDMw="; 40 + sha256 = "sha256-vkiTvJevslXEF2lDTr2IL2vFBQ+dj1N636Livncsso4="; 41 41 }; 42 42 43 - cargoSha256 = "sha256-UEGdvyRPPh5Kb9+0qFyv8UBFslOKn5/R/ineawFA91w="; 43 + cargoSha256 = "sha256-u7GzqQex5pqU7DuueMfbxMSOpAzd+uLQTZ2laG/aC+4="; 44 44 nativeBuildInputs = [ pkg-config ]; 45 45 buildInputs = [ oniguruma openssl protobuf rdkafka zstd ] 46 46 ++ lib.optionals stdenv.isDarwin [ Security libiconv coreutils CoreServices ];