Merge pull request #264138 from r-ryantm/auto-update/bonmin
bonmin: 1.8.8 -> 1.8.9
This commit is contained in:
commit
e940725cff
@ -17,13 +17,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bonmin";
|
pname = "bonmin";
|
||||||
version = "1.8.8";
|
version = "1.8.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "coin-or";
|
owner = "coin-or";
|
||||||
repo = "Bonmin";
|
repo = "Bonmin";
|
||||||
rev = "releases/${version}";
|
rev = "releases/${version}";
|
||||||
sha256 = "sha256-HU25WjvG01oL3U1wG6ivTcYaN51MMxgLdKZ3AkDNe2Y=";
|
sha256 = "sha256-nqjAQ1NdNJ/T4p8YljEWRt/uy2aDwyBeAsag0TmRc5Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user