doctest 0.20.1 -> 0.21.0 https://repology.org/metapackage/doctest/versions attrpath: doctest Checking auto update branch... No auto update branch exists Old version 0.20.1" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, installShellFiles, cmake }: stdenv.mkDerivation rec { pname = "doctest"; version = "2.4.9"; src = fetchFromGitHub { owner = "doctest"; repo = "doctest"; rev = "v${version}"; sha256 = "sha256-ugmkeX2PN4xzxAZpWgswl4zd2u125Q/ADSKzqTfnd94="; }; nativeBuildInputs = [ cmake ]; meta = with lib; { homepage = "https://github.com/doctest/doctest"; description = "The fastest feature-rich C++11/14/17/20 single-header testing framework"; platforms = platforms.all; license = licenses.mit; maintainers = with maintainers; [ davidtwco ]; }; }