vector: 0.51.1 -> 0.52.0 (#471453)

This commit is contained in:
Adam C. Stephens
2025-12-17 14:08:55 +00:00
committed by GitHub
+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