8 stdenv.mkDerivation (finalAttrs: {
12 src = fetchFromGitHub {
15 tag = "v${finalAttrs.version}";
16 hash = "sha256-hAY560uFrrM3gH3r4ArprWEsK/1w/XXDeyTMIYUv+qY=";
24 description = "Header only library that can collect configuration options from command line arguments";
25 homepage = "https://github.com/mhekkel/libmcfp";
26 changelog = "https://github.com/mhekkel/libmcfp/blob/${finalAttrs.src.rev}/changelog";
27 license = licenses.bsd2;
28 maintainers = with maintainers; [ natsukium ];
29 platforms = platforms.unix;