vector: 0.25.0 -> 0.25.1

This commit is contained in:
Theodore Ni 2022-11-13 04:27:59 -08:00 committed by Yt
parent e275e556df
commit cd00072eeb

View File

@ -32,7 +32,7 @@
let
pname = "vector";
version = "0.25.0";
version = "0.25.1";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -41,10 +41,10 @@ rustPlatform.buildRustPackage {
owner = "vectordotdev";
repo = pname;
rev = "v${version}";
hash = "sha256-2hCgHf7iBPl9BQITXyUDwgAz/i2HhXT4eczWrExCUDk=";
hash = "sha256-7iYiSO966o0M9M0ijGCpuRVRgus+tURLBN9S5lPDRb8=";
};
cargoHash = "sha256-E23m8/XCEXeEpz1itIzCit9RpoB1/PRrYVWxt+VVfxA=";
cargoHash = "sha256-EqK6r/pFFKmnpPPUhqdC3bztYQZ+2w7u7V8Rj+9oWII=";
nativeBuildInputs = [ pkg-config cmake perl ];
buildInputs = [ oniguruma openssl protobuf rdkafka zstd ]
++ lib.optionals stdenv.isDarwin [ Security libiconv coreutils CoreServices ];