cgal_5: 5.2.1 -> 5.2.2

This commit is contained in:
R. RyanTM 2021-06-17 04:44:49 +00:00
parent 51bf815af0
commit 620fbddc6a

View File

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