7 stdenv.mkDerivation (finalAttrs: {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${finalAttrs.version}";
15 hash = "sha256-hAY560uFrrM3gH3r4ArprWEsK/1w/XXDeyTMIYUv+qY=";
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;