boxed-cpp 1.2.0 -> 1.2.2 https://repology.org/project/boxed-cpp/versions attrpath: boxed-cpp Checking auto update branch... No auto update branch exists Old version 1.2.0" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, cmake, catch2 }: stdenv.mkDerivation (final: { pname = "boxed-cpp"; version = "1.2.2"; src = fetchFromGitHub { owner = "contour-terminal"; repo = "boxed-cpp"; rev = "v${final.version}"; hash = "sha256-/zC9DV2nFY1ipqsM1p/WMdSf/nZkhlqJ2Ce/FzGWGGI="; }; nativeBuildInputs = [ cmake ]; buildInputs = [ catch2 ]; meta = with lib; { description = "Boxing primitive types in C++"; license = licenses.asl20; platforms = platforms.unix; maintainers = [ maintainers.moni ]; }; })