cgal_5: 5.2.2 -> 5.3

This commit is contained in:
R. RyanTM 2021-07-09 12:58:47 +00:00
parent c85f77790b
commit 761efb9513

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "cgal";
version = "5.2.2";
version = "5.3";
src = fetchFromGitHub {
owner = "CGAL";
repo = "releases";
rev = "CGAL-${version}";
sha256 = "sha256-DeTJAAY3OEu+pVazt5es1v3l1nGAfjvE0wQmYISRYoo=";
sha256 = "sha256-ogY47Ggtj9k2U5pop1DNFkTusgQi2nNLc5OGN45SBCk=";
};
# note: optional component libCGAL_ImageIO would need zlib and opengl;