8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
15 rev = "releases/${version}";
16 hash = "sha256-Rbm45HRbRKQ6Cdup+gvKJ1xkK1HKG3irR5AIjhLer7g=";
21 url = "https://github.com/coin-or/CoinUtils/commit/1700ed92c2bc1562aabe65dee3b4885bd5c87fb9.patch";
23 extraPrefix = "CoinUtils/";
24 hash = "sha256-8S6XteZvoJlL+5MWiOrW7HXsdcnzpuEFTyzX9qg7OUY=";
31 license = licenses.epl20;
32 homepage = "https://github.com/coin-or/CoinUtils";
33 description = "Collection of classes and helper functions that are generally useful to multiple COIN-OR projects";
34 maintainers = with maintainers; [ tmarkus ];