ipopt: 3.14.16 -> 3.14.17

This commit is contained in:
R. Ryantm
2024-12-15 00:40:56 +00:00
parent 600b0e250a
commit 690c399919
+2 -2
View File
@@ -19,13 +19,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);
stdenv.mkDerivation rec {
pname = "ipopt";
version = "3.14.16";
version = "3.14.17";
src = fetchFromGitHub {
owner = "coin-or";
repo = "Ipopt";
rev = "releases/${version}";
sha256 = "sha256-ZuiZZMq7NzOm6CCJgMBgEWs8PEfM3pVr2yOWbS42l8U=";
sha256 = "sha256-0IRHryADQArhhtfbQjCy+EDvVRi/ywc51IwiQOfWlR4=";
};
CXXDEFS = [