vector: 0.42.0 → 0.43.0

This commit is contained in:
Jonathan Davies
2024-12-08 18:48:12 +00:00
parent 73b9f2d20b
commit f150343e71
2 changed files with 927 additions and 509 deletions
+925 -507
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -27,7 +27,7 @@
let
pname = "vector";
version = "0.42.0";
version = "0.43.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -36,7 +36,7 @@ rustPlatform.buildRustPackage {
owner = "vectordotdev";
repo = pname;
rev = "v${version}";
hash = "sha256-0DEEgaQf4/NIbmRQyTdEuj4bPTLX8gjAhv4r48wfNZs=";
hash = "sha256-PyQ7UDgQ1UWAfOHt9bne9X6+sSx5EFruqzVJThYXoZY=";
};
cargoLock = {