Merge pull request #102115 from r-ryantm/auto-update/ceres-solver

ceres-solver: 1.14.0 -> 2.0.0
This commit is contained in:
Doron Behar 2020-12-18 10:59:31 +02:00 committed by GitHub
commit 7268b76024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@ assert runTests -> gflags != null;
stdenv.mkDerivation rec {
pname = "ceres-solver";
version = "1.14.0";
version = "2.0.0";
src = fetchurl {
url = "http://ceres-solver.org/ceres-solver-${version}.tar.gz";
sha256 = "13lfxy8x58w8vprr0nkbzziaijlh0vvqshgahvcgw0mrqdgh0i27";
sha256 = "00vng9vnmdb1qga01m0why90m0041w7bn6kxa2h4m26aflfqla8h";
};
nativeBuildInputs = [ cmake ];