vector: 0.33.1 → 0.34.0

This commit is contained in:
Jonathan Davies 2023-11-07 18:04:46 +00:00 committed by Yt
parent 723cfc506a
commit fadcbfcc68
2 changed files with 1763 additions and 1520 deletions

File diff suppressed because it is too large Load Diff

View File

@ -34,7 +34,7 @@
let
pname = "vector";
version = "0.33.1";
version = "0.34.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -43,7 +43,7 @@ rustPlatform.buildRustPackage {
owner = "vectordotdev";
repo = pname;
rev = "v${version}";
hash = "sha256-SjTXzLDxQ8tPSFirGCiUkgJbCHRRRK5Fr0CKgJ189Yc=";
hash = "sha256-E9sbpVFDVKJKYqSiqXeC9AItset/bXvVA9mURazTn/I=";
};
cargoLock = {