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

cgal: 6.1 -> 6.1.1 (#484082)

parents 4c14e1c5 8ac62afc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cgal";
  version = "6.1";
  version = "6.1.1";

  src = fetchurl {
    url = "https://github.com/CGAL/cgal/releases/download/v${finalAttrs.version}/CGAL-${finalAttrs.version}.tar.xz";
    sha256 = "sha256-YY2oqLP1vka08KR6Hvs8nmwD1qqw9VMdVtNV0ycB158=";
    sha256 = "sha256-UlBpNfcOJH7Sd348ZfIOhveSCMKi0OGArnR12vEclu8=";
  };

  patches = [ ./cgal_path.patch ];