vector: 0.39.0 → 0.40.0

This commit is contained in:
Jonathan Davies 2024-07-29 19:50:43 +01:00
parent 179867eb14
commit a8f203cf8e
No known key found for this signature in database
2 changed files with 454 additions and 722 deletions

File diff suppressed because it is too large Load Diff

View File

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