Skip to content

Commit da72f82

Browse files
authored
cgal: 6.0.2 -> 6.1 (#449759)
2 parents 0361665 + d2c1d40 commit da72f82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/cg/cgal/package.nix

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

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "cgal";
14-
version = "6.0.2";
14+
version = "6.1";
1515

1616
src = fetchurl {
1717
url = "https://github.com/CGAL/cgal/releases/download/v${finalAttrs.version}/CGAL-${finalAttrs.version}.tar.xz";
18-
sha256 = "sha256-8wxb58JaKj6iS8y6q1z2P6/aY8AnnzTX5/izISgh/tY=";
18+
sha256 = "sha256-YY2oqLP1vka08KR6Hvs8nmwD1qqw9VMdVtNV0ycB158=";
1919
};
2020

2121
patches = [ ./cgal_path.patch ];

0 commit comments

Comments
 (0)