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

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

cgal: 5.5.3 -> 5.6.1
parents 7cd98160 cf942d37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
  pname = "cgal";
  version = "5.5.3";
  version = "5.6.1";

  src = fetchurl {
    url = "https://github.com/CGAL/cgal/releases/download/v${version}/CGAL-${version}.tar.xz";
    hash = "sha256-CgT2YmkyVjKLBbq/q7XjpbfbL1pY1S48Ug350IKN3XM=";
    hash = "sha256-zbFefuMeBmNYnTEHp5mIo3t7FxnfPSTyBYVF0bzdWDc=";
  };

  # note: optional component libCGAL_ImageIO would need zlib and opengl;