forked from mirrors/nixpkgs
Merge pull request #38596 from r-ryantm/auto-update/ceres-solver
ceres-solver: 1.12.0 -> 1.14.0
This commit is contained in:
commit
5869f4da13
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ assert runTests -> google-gflags != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ceres-solver-${version}";
|
name = "ceres-solver-${version}";
|
||||||
version = "1.12.0";
|
version = "1.14.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ceres-solver.org/ceres-solver-${version}.tar.gz";
|
url = "http://ceres-solver.org/ceres-solver-${version}.tar.gz";
|
||||||
sha256 = "15f8mwhcy9f5qggcc9dqwl5y687ykvmlidr686aqdq0ia7azwnvl";
|
sha256 = "13lfxy8x58w8vprr0nkbzziaijlh0vvqshgahvcgw0mrqdgh0i27";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue