cgal_5: 5.5.1 -> 5.5.2

This commit is contained in:
R. Ryantm 2023-05-07 00:42:38 +00:00
parent d8ede6fd84
commit 36af1fea06

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "cgal";
version = "5.5.1";
version = "5.5.2";
src = fetchFromGitHub {
owner = "CGAL";
repo = "releases";
rev = "CGAL-${version}";
sha256 = "sha256-ISmuxvCLb2ueG3FeBzJ7R+LievfXefG3ZQbyAboIv+A=";
sha256 = "sha256-olMPT/8Q0bf+rooJoNc0k8NrO//O7z0yqBoP8KX39yQ=";
};
# note: optional component libCGAL_ImageIO would need zlib and opengl;