libserdes: add updateScript

This commit is contained in:
Olli Helenius 2023-12-31 11:37:53 +02:00
parent 419a2085d9
commit ea652d4050
No known key found for this signature in database
GPG key ID: 67235CC88F41DE3C

View file

@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
chmod -x ''${!outputInclude}/include/libserdes/*.h
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "A schema-based serializer/deserializer C/C++ library with support for Avro and the Confluent Platform Schema Registry";
homepage = "https://github.com/confluentinc/libserdes";