Merge pull request #309895 from jpds/vector-0.38.0

vector: 0.37.1 → 0.38.0
This commit is contained in:
Yt 2024-05-07 21:06:41 +00:00 committed by GitHub
commit 615490b3f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 725 additions and 627 deletions

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@
let
pname = "vector";
version = "0.37.1";
version = "0.38.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -46,7 +46,7 @@ rustPlatform.buildRustPackage {
owner = "vectordotdev";
repo = pname;
rev = "v${version}";
hash = "sha256-wRXwgy+UY2z5fIWpQbDxRti54GE357WMGWXM/xKjz18=";
hash = "sha256-sJgryN6/XaM1qXxv76/5RGanUpBYxIsGYGToOCXDvwA=";
};
patches = [