vector: 0.55.0 -> 0.56.0

Changelog: https://github.com/vectordotdev/vector/releases/tag/v0.56.0
This commit is contained in:
Adam C. Stephens
2026-06-23 13:29:01 -04:00
parent 976c5a8a01
commit 11314c2a0f
+3 -4
View File
@@ -28,16 +28,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "vector";
version = "0.55.0";
version = "0.56.0";
src = fetchFromGitHub {
owner = "vectordotdev";
repo = "vector";
tag = "v${finalAttrs.version}";
hash = "sha256-1t0fHBYBBfG8oFbo1QPXb5y8+lyIPPve4bDtry+KF5Q=";
hash = "sha256-ge3epfB8xErF+2I1jW3OvHS+mHnGSSU6vOz2v/sSMW4=";
};
cargoHash = "sha256-/a/KnZEXBeAtYS0yXCmI+07acol0/UBwauIKTi/QF1k=";
cargoHash = "sha256-iwd6GCbI3PiM1ksAxDEZglueGWYCkEbJ3N76wn13TPY=";
nativeBuildInputs = [
pkg-config
@@ -75,7 +75,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
# needed for internal protobuf c wrapper library
PROTOC = "${protobuf}/bin/protoc";
PROTOC_INCLUDE = "${protobuf}/include";
RUSTONIG_SYSTEM_LIBONIG = true;
TZDIR = "${tzdata}/share/zoneinfo";