Merge pull request #39554 from r-ryantm/auto-update/cgal

cgal: 4.11.1 -> 4.12
This commit is contained in:
Michael Raskin 2018-04-26 20:21:37 +00:00 committed by GitHub
commit be3c4cfad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, boost, gmp, mpfr }:
stdenv.mkDerivation rec {
version = "4.11.1";
version = "4.12";
name = "cgal-" + version;
src = fetchFromGitHub {
owner = "CGAL";
repo = "releases";
rev = "CGAL-${version}";
sha256 = "04nn1lzsjdglzjygc72cq09xrvpqwwnbf6l0xz8bfwfp4x9g10jf";
sha256 = "0n4yvg2rkrlb1bwhykrg4iyqg4whxadcs441k10xx0r75i6220mn";
};
# note: optional component libCGAL_ImageIO would need zlib and opengl;