We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8789408 + f2563b4 commit 2984493Copy full SHA for 2984493
pkgs/development/libraries/CGAL/default.nix
@@ -8,11 +8,11 @@
8
9
stdenv.mkDerivation rec {
10
pname = "cgal";
11
- version = "5.6.1";
+ version = "5.6.2";
12
13
src = fetchurl {
14
url = "https://github.com/CGAL/cgal/releases/download/v${version}/CGAL-${version}.tar.xz";
15
- hash = "sha256-zbFefuMeBmNYnTEHp5mIo3t7FxnfPSTyBYVF0bzdWDc=";
+ hash = "sha256-RY9g346PHy/a2TyPJOGqj0sJXMYaFPrIG5BoDXMGpC4=";
16
};
17
18
# note: optional component libCGAL_ImageIO would need zlib and opengl;
0 commit comments