vector: 0.37.1 → 0.38.0

This commit is contained in:
Jonathan Davies
2024-05-07 18:16:05 +01:00
parent c6f30e65ea
commit 9f58e68298
2 changed files with 725 additions and 627 deletions
+723 -625
View File
File diff suppressed because it is too large Load Diff
+2 -2
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 = [