nlopt: 2.5.0 -> 2.6.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nlopt/versions
This commit is contained in:
R. RyanTM 2019-04-15 05:32:01 -07:00 committed by Frederik Rietdijk
parent eda2463c4d
commit fea6499091

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "nlopt-${version}";
version = "2.5.0";
version = "2.6.0";
src = fetchurl {
url = "https://github.com/stevengj/nlopt/archive/v${version}.tar.gz";
sha256 = "1bmlsdzkw8xbigiihffyb0kdaqbyfn7dr8s5pdgavy7z05bpmpf6";
sha256 = "1asiyilhmx8abshk0d2aia6ykgs4czhg22xcm9z15wgmyp6pfc51";
};
nativeBuildInputs = [ cmake ];