mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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
@ -12,11 +12,11 @@ assert runTests -> google-gflags != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ceres-solver-${version}";
|
||||
version = "1.12.0";
|
||||
version = "1.14.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ceres-solver.org/ceres-solver-${version}.tar.gz";
|
||||
sha256 = "15f8mwhcy9f5qggcc9dqwl5y687ykvmlidr686aqdq0ia7azwnvl";
|
||||
sha256 = "13lfxy8x58w8vprr0nkbzziaijlh0vvqshgahvcgw0mrqdgh0i27";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
Loading…
Reference in New Issue
Block a user