Unverified Commit b02a392d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #230430 from r-ryantm/auto-update/cgal_5

cgal_5: 5.5.1 -> 5.5.2
parents 3c4a3aba 36af1fea
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.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;