libcdada 0.4.0 -> 0.5.2 https://repology.org/project/libcdada/versions attrpath: libcdada Checking auto update branch... No auto update branch exists Old version 0.4.0" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , autoreconfHook }: stdenv.mkDerivation rec { pname = "libcdada"; version = "0.5.2"; src = fetchFromGitHub { owner = "msune"; repo = "libcdada"; rev = "v${version}"; hash = "sha256-rrBmsXBatvaf/u/UVHpTm9YUo+gsQv1rtuprpRF/3kU="; }; nativeBuildInputs = [ autoreconfHook ]; configureFlags = [ "--without-tests" "--without-examples" ]; meta = with lib; { description = "Library for basic data structures in C"; longDescription = '' Basic data structures in C: list, set, map/hashtable, queue... (libstdc++ wrapper) ''; homepage = "https://github.com/msune/libcdada"; license = licenses.bsd2; maintainers = with maintainers; [ _0x4A6F ]; platforms = platforms.unix; }; }