bzrtp 5.1.12 -> 5.2.16 https://repology.org/metapackage/bzrtp/versions attrpath: bzrtp Checking auto update branch... No auto update branch exists Old version 5.1.12" not present in master derivation file with contents: { bctoolbox , cmake , fetchFromGitLab , sqlite , lib , stdenv }: stdenv.mkDerivation rec { pname = "bzrtp"; version = "5.2.16"; src = fetchFromGitLab { domain = "gitlab.linphone.org"; owner = "public"; group = "BC"; repo = pname; rev = version; hash = "sha256-nrnGmJxAeobejS6zdn5Z/kOFOxyepZcxW/G4nXAt2DY="; }; buildInputs = [ bctoolbox sqlite ]; nativeBuildInputs = [ cmake ]; # Do not build static libraries cmakeFlags = [ "-DENABLE_STATIC=NO" "-DCMAKE_C_FLAGS=-Wno-error=cast-function-type" ]; meta = with lib; { description = "An opensource implementation of ZRTP keys exchange protocol. Part of the Linphone project."; homepage = "https://gitlab.linphone.org/BC/public/bzrtp"; license = licenses.gpl3Plus; platforms = platforms.all; maintainers = with maintainers; [ jluttine ]; }; }