vector: 0.51.1 -> 0.52.0

Changelog: https://github.com/vectordotdev/vector/releases/tag/v0.52.0
This commit is contained in:
Adam C. Stephens
2025-12-16 15:16:45 -05:00
parent 8cc0bfa26d
commit 90be4a2cf3
+3 -3
View File
@@ -26,16 +26,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "vector";
version = "0.51.1";
version = "0.52.0";
src = fetchFromGitHub {
owner = "vectordotdev";
repo = "vector";
tag = "v${finalAttrs.version}";
hash = "sha256-EjG8FFz4PDAgCPTkHAxJieW+t6RAPx3MTSku8QGXjYg=";
hash = "sha256-jwEJ+myovZYcohvxH1VvvOW8xok3HSLvhtMsLC2M3KY=";
};
cargoHash = "sha256-17hmdom7ZZQQ4vYte3IKZnqlLEv7D7LY6tyWqdeuUHk=";
cargoHash = "sha256-EfgDL5asygFqr8pVcTR9BsYU3fcG28xhrCn5nCkVfcA=";
nativeBuildInputs = [
pkg-config