asio 1.24.0 -> 1.28.2 https://repology.org/project/asio/versions attrpath: asio Checking auto update branch... No auto update branch exists Old version 1.24.0" not present in master derivation file with contents: {lib, stdenv, fetchurl, boost, openssl , version, sha256, ... }: stdenv.mkDerivation { pname = "asio"; inherit version; src = fetchurl { url = "mirror://sourceforge/asio/asio-${version}.tar.bz2"; inherit sha256; }; propagatedBuildInputs = [ boost ]; buildInputs = [ openssl ]; meta = with lib; { homepage = "http://asio.sourceforge.net/"; description = "Cross-platform C++ library for network and low-level I/O programming"; license = licenses.boost; broken = stdenv.isDarwin && lib.versionOlder version "1.16.1"; platforms = platforms.unix; }; }