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

cgal_5: 5.2 -> 5.2.1
This commit is contained in:
Michael Raskin 2021-05-01 08:53:24 +00:00 committed by GitHub
commit fee25b20d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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