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 0361665 + d2c1d40 commit da72f82Copy full SHA for da72f82
1 file changed
pkgs/by-name/cg/cgal/package.nix
@@ -11,11 +11,11 @@
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "cgal";
14
- version = "6.0.2";
+ version = "6.1";
15
16
src = fetchurl {
17
url = "https://github.com/CGAL/cgal/releases/download/v${finalAttrs.version}/CGAL-${finalAttrs.version}.tar.xz";
18
- sha256 = "sha256-8wxb58JaKj6iS8y6q1z2P6/aY8AnnzTX5/izISgh/tY=";
+ sha256 = "sha256-YY2oqLP1vka08KR6Hvs8nmwD1qqw9VMdVtNV0ycB158=";
19
};
20
21
patches = [ ./cgal_path.patch ];
0 commit comments