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

cgal_5: 5.5 -> 5.5.1
This commit is contained in:
7c6f434c
2022-10-22 11:58:41 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "cgal";
version = "5.5";
version = "5.5.1";
src = fetchFromGitHub {
owner = "CGAL";
repo = "releases";
rev = "CGAL-${version}";
sha256 = "sha256-C576lYTQd6mgJPBqFRN3Ty6WYeXcXlDZ5sRtDwOuKSo=";
sha256 = "sha256-ISmuxvCLb2ueG3FeBzJ7R+LievfXefG3ZQbyAboIv+A=";
};
# note: optional component libCGAL_ImageIO would need zlib and opengl;