overlay/vector: fix using my fork

This commit is contained in:
Astro 2022-09-06 02:10:36 +02:00
parent ba2e93b8ec
commit 23f12b0e97
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
let
pname = "vector";
version = "0.23.0";
version = "0.23.0-mqtt";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -38,7 +38,7 @@ rustPlatform.buildRustPackage {
sha256 = "sha256-LB2LalOS9OvlPxIwifnA2rBZOEoptp8QGxoS0ryz8Ic=";
};
cargoSha256 = "sha256-cuIOt0oTWqZqeIEQ6Qu/54Ok4AbecaCpiMSuVKuo4O8=";
cargoSha256 = "sha256-NbVjdnE3nDPTbCL0Qp3S/BLcUOKKWi9dE92xEOMy1Tg=";
nativeBuildInputs = [ pkg-config cmake perl ];
buildInputs = [ oniguruma openssl protobuf rdkafka zstd ];