Unverified Commit 4a937cf6 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

ipopt: 3.14.17 -> 3.14.18 (#429255)

parents 3827cdfe 4a550833
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);

stdenv.mkDerivation rec {
  pname = "ipopt";
  version = "3.14.17";
  version = "3.14.18";

  src = fetchFromGitHub {
    owner = "coin-or";
    repo = "Ipopt";
    rev = "releases/${version}";
    sha256 = "sha256-0IRHryADQArhhtfbQjCy+EDvVRi/ywc51IwiQOfWlR4=";
    sha256 = "sha256-Tifw0awNLiJrWhMF61O2VW85I3eVxDChkod5avAV6zA=";
  };

  CXXDEFS = [