summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/CGAL
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-18 14:51:01 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-18 18:18:21 +0200
commit339a738e72c6344ad06cf433d76274f5de2c3855 (patch)
tree6691dbc80677553d769d481eb5b9c6bee6e9196d /pkgs/development/libraries/CGAL
parent6584533c89babce1285856a714f7eb4c51ad39ad (diff)
cgal: update from 3.9 to 4.3
Diffstat (limited to 'pkgs/development/libraries/CGAL')
-rw-r--r--pkgs/development/libraries/CGAL/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/CGAL/default.nix b/pkgs/development/libraries/CGAL/default.nix
index 49cf0a6b94bd..0b65fcba0cb3 100644
--- a/pkgs/development/libraries/CGAL/default.nix
+++ b/pkgs/development/libraries/CGAL/default.nix
@@ -2,7 +2,7 @@
}:
stdenv.mkDerivation rec {
- version = "3.9";
+ version = "4.3";
name = "cgal-${version}";
src = fetchurl {
url = "https://gforge.inria.fr/frs/download.php/29125/CGAL-${version}.tar.gz";