7 stdenv.mkDerivation (finalAttrs: {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${finalAttrs.version}";
15 hash = "sha256-Xz7M3TmUHGqiYZbFGSDxsVvg4VhgoVvr9TW03UxdFBw=";
23 description = "Header only library that can collect configuration options from command line arguments";
24 homepage = "https://github.com/mhekkel/libmcfp";
25 changelog = "https://github.com/mhekkel/libmcfp/blob/${finalAttrs.src.rev}/changelog";
26 license = licenses.bsd2;
27 maintainers = with maintainers; [ natsukium ];
28 platforms = platforms.unix;