Skip to content

Commit 2984493

Browse files
authored
cgal: 5.6.1 -> 5.6.2 (#352818)
2 parents 8789408 + f2563b4 commit 2984493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/CGAL/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "cgal";
11-
version = "5.6.1";
11+
version = "5.6.2";
1212

1313
src = fetchurl {
1414
url = "https://github.com/CGAL/cgal/releases/download/v${version}/CGAL-${version}.tar.xz";
15-
hash = "sha256-zbFefuMeBmNYnTEHp5mIo3t7FxnfPSTyBYVF0bzdWDc=";
15+
hash = "sha256-RY9g346PHy/a2TyPJOGqj0sJXMYaFPrIG5BoDXMGpC4=";
1616
};
1717

1818
# note: optional component libCGAL_ImageIO would need zlib and opengl;

0 commit comments

Comments
 (0)