Unverified Commit 6c484dba authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

cgal_5: 5.5 -> 5.5.1
parents 5784f69a 8a145f16
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;