Skip to content

Commit da9d76f

Browse files
authored
cgal: 6.1 -> 6.1.1 (NixOS#484082)
2 parents 4c14e1c + 8ac62af commit da9d76f

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.1";
14+
version = "6.1.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-YY2oqLP1vka08KR6Hvs8nmwD1qqw9VMdVtNV0ycB158=";
18+
sha256 = "sha256-UlBpNfcOJH7Sd348ZfIOhveSCMKi0OGArnR12vEclu8=";
1919
};
2020

2121
patches = [ ./cgal_path.patch ];

0 commit comments

Comments
 (0)