Commit 8a145f16 authored by R. RyanTM's avatar R. RyanTM
Browse files

cgal_5: 5.5 -> 5.5.1

parent dd2351ee
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;