10 stdenv.mkDerivation (finalAttrs: {
14 src = fetchFromGitHub {
17 rev = "releases/${finalAttrs.version}";
18 hash = "sha256-E84yCrgpRMjt7owPLPk1ATW+aeHNw8V24DHgkb6boIE=";
32 description = "Cut Generator Library";
33 homepage = "https://github.com/coin-or/Cgl";
34 license = licenses.epl20;
35 maintainers = with maintainers; [ wegank ];
36 platforms = platforms.unix;