Merge pull request #330922 from jpds/vector-0.40.0

vector: 0.39.0 → 0.40.0
This commit is contained in:
Yt 2024-07-30 00:28:08 +00:00 committed by GitHub
commit 12b71d62f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 455 additions and 722 deletions

View File

@ -61,6 +61,7 @@ import ../make-test-python.nix ({ lib, pkgs, ... }:
} }
.scope_name = structured.msgid .scope_name = structured.msgid
del(.message) del(.message)
del(.host)
del(.timestamp) del(.timestamp)
del(.service) del(.service)
del(.source_type) del(.source_type)

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@
let let
pname = "vector"; pname = "vector";
version = "0.39.0"; version = "0.40.0";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
inherit pname version; inherit pname version;
@ -45,7 +45,7 @@ rustPlatform.buildRustPackage {
owner = "vectordotdev"; owner = "vectordotdev";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-S6yzh8ISIh6xzw5DwQaoZdpfmDHE9gfjlEtxIZerSak="; hash = "sha256-KJqixwOc9M8xBzeyJFF3sFfybqAroEYu4OPD8q+PMRY=";
}; };
cargoLock = { cargoLock = {