ortp 5.1.55 -> 5.2.16 https://repology.org/metapackage/ortp/versions attrpath: ortp Checking auto update branch... No auto update branch exists Old version 5.1.55" not present in master derivation file with contents: { bctoolbox , cmake , fetchFromGitLab , lib , stdenv }: stdenv.mkDerivation rec { pname = "ortp"; version = "5.2.16"; src = fetchFromGitLab { domain = "gitlab.linphone.org"; owner = "public"; group = "BC"; repo = pname; rev = version; hash = "sha256-zGguzrWXSjjrJdFnlAeC6U6w10BucXjeUg7/2D4OxM4="; }; # Do not build static libraries cmakeFlags = [ "-DENABLE_STATIC=NO" ]; NIX_CFLAGS_COMPILE = "-Wno-error=stringop-truncation"; buildInputs = [ bctoolbox ]; nativeBuildInputs = [ cmake ]; meta = with lib; { description = "A Real-Time Transport Protocol (RFC3550) stack. Part of the Linphone project."; homepage = "https://linphone.org/technical-corner/ortp"; license = licenses.gpl3Plus; platforms = platforms.all; maintainers = with maintainers; [ jluttine ]; }; }