Unverified Commit 194c11d4 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

vector: 0.51.1 -> 0.52.0 (#471453)

parents 1d7fbecc 90be4a2c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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