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

cgal: 5.6.1 -> 5.6.2 (#352818)

parents 8789408a f2563b4d
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.6.1";
  version = "5.6.2";

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

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