cgal: 5.6.2 -> 6.0.1

correct maintainer sort

correct formatting
This commit is contained in:
drew-dirac
2025-08-22 11:45:55 +02:00
committed by Ravi Peters
parent 30f409ed23
commit 3ac7140edc
2 changed files with 12 additions and 3 deletions
+6
View File
@@ -6826,6 +6826,12 @@
githubId = 81854406;
name = "Chew Cheng Hong";
};
drew-dirac = {
email = "drew@diracinc.com";
github = "drew-dirac";
githubId = 187309685;
name = "Drew Council";
};
drewrisinger = {
email = "drisinger+nixpkgs@gmail.com";
github = "drewrisinger";
+6 -3
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "cgal";
version = "5.6.2";
version = "6.0.1";
src = fetchurl {
url = "https://github.com/CGAL/cgal/releases/download/v${version}/CGAL-${version}.tar.xz";
hash = "sha256-RY9g346PHy/a2TyPJOGqj0sJXMYaFPrIG5BoDXMGpC4=";
sha256 = "0zwvyp096p0vx01jks9yf74nx6zjh0vjbwr6sl6n6mn52zrzpk8a";
};
# note: optional component libCGAL_ImageIO would need zlib and opengl;
@@ -38,6 +38,9 @@ stdenv.mkDerivation rec {
lgpl3Plus
];
platforms = platforms.all;
maintainers = [ maintainers.raskin ];
maintainers = with lib.maintainers; [
raskin
drew-dirac
];
};
}