1 { lib, stdenv, fetchFromGitHub, fetchpatch }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
10 rev = "releases/${version}";
11 hash = "sha256-Rbm45HRbRKQ6Cdup+gvKJ1xkK1HKG3irR5AIjhLer7g=";
16 url = "https://github.com/coin-or/CoinUtils/commit/1700ed92c2bc1562aabe65dee3b4885bd5c87fb9.patch";
18 extraPrefix = "CoinUtils/";
19 hash = "sha256-8S6XteZvoJlL+5MWiOrW7HXsdcnzpuEFTyzX9qg7OUY=";
26 license = licenses.epl20;
27 homepage = "https://github.com/coin-or/CoinUtils";
28 description = "Collection of classes and helper functions that are generally useful to multiple COIN-OR projects";
29 maintainers = with maintainers; [ tmarkus ];