ipopt: 3.14.9 -> 3.14.10

+2 -2
+2 -2
pkgs/development/libraries/science/math/ipopt/default.nix
··· 12 13 stdenv.mkDerivation rec { 14 pname = "ipopt"; 15 - version = "3.14.9"; 16 17 src = fetchFromGitHub { 18 owner = "coin-or"; 19 repo = "Ipopt"; 20 rev = "releases/${version}"; 21 - sha256 = "sha256-mlRr1BjkWiJZSgpxQIc0k1tXGewJkHwxf6xe0edUHaY="; 22 }; 23 24 CXXDEFS = [ "-DHAVE_RAND" "-DHAVE_CSTRING" "-DHAVE_CSTDIO" ];
··· 12 13 stdenv.mkDerivation rec { 14 pname = "ipopt"; 15 + version = "3.14.10"; 16 17 src = fetchFromGitHub { 18 owner = "coin-or"; 19 repo = "Ipopt"; 20 rev = "releases/${version}"; 21 + sha256 = "sha256-4SHmqalrGeqp1nBx2BQLRnRWEYw5lJk5Yao67GQw3qM="; 22 }; 23 24 CXXDEFS = [ "-DHAVE_RAND" "-DHAVE_CSTRING" "-DHAVE_CSTDIO" ];