cgal: 6.1.1 -> 6.2 (#530457)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-17 10:57:28 +00:00
committed by GitHub
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cgal";
version = "6.1.1";
version = "6.2";
src = fetchurl {
url = "https://github.com/CGAL/cgal/releases/download/v${finalAttrs.version}/CGAL-${finalAttrs.version}.tar.xz";
sha256 = "sha256-UlBpNfcOJH7Sd348ZfIOhveSCMKi0OGArnR12vEclu8=";
sha256 = "sha256-+8MoFnRehxpcvetiRTF+nb8QrhqVewqx7bALT94Auo0=";
};
patches = [ ./cgal_path.patch ];