3
0
Fork 0
forked from mirrors/nixpkgs

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

cgal_5: 5.4 -> 5.5
This commit is contained in:
7c6f434c 2022-07-29 17:30:17 +00:00 committed by GitHub
commit 256c04d6e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "cgal";
version = "5.4";
version = "5.5";
src = fetchFromGitHub {
owner = "CGAL";
repo = "releases";
rev = "CGAL-${version}";
sha256 = "sha256-flrVWsvGAdGVCZ1Ygy9z30w6aU8WAzpMLv+JbP2CKjE=";
sha256 = "sha256-C576lYTQd6mgJPBqFRN3Ty6WYeXcXlDZ5sRtDwOuKSo=";
};
# note: optional component libCGAL_ImageIO would need zlib and opengl;