Skip to content

Commit

Permalink
nlopt: 2.5.0 -> 2.6.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm committed Apr 15, 2019
1 parent 993e2b4 commit 403d8d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/nlopt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 403d8d7

Please sign in to comment.