about summary refs log tree commit diff
path: root/pkgs/development/libraries/CGAL
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-20 17:35:26 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-09-20 17:35:26 -0700
commitffb7ad6caa85eb1a8b1fd58bb3f5067be8ef2af5 (patch)
tree061c88ddc159c172c5189c49597b11e75a757365 /pkgs/development/libraries/CGAL
parent35378f014161c1d794dc89b6969275396cb601de (diff)
downloadnixlib-ffb7ad6caa85eb1a8b1fd58bb3f5067be8ef2af5.tar
nixlib-ffb7ad6caa85eb1a8b1fd58bb3f5067be8ef2af5.tar.gz
nixlib-ffb7ad6caa85eb1a8b1fd58bb3f5067be8ef2af5.tar.bz2
nixlib-ffb7ad6caa85eb1a8b1fd58bb3f5067be8ef2af5.tar.lz
nixlib-ffb7ad6caa85eb1a8b1fd58bb3f5067be8ef2af5.tar.xz
nixlib-ffb7ad6caa85eb1a8b1fd58bb3f5067be8ef2af5.tar.zst
nixlib-ffb7ad6caa85eb1a8b1fd58bb3f5067be8ef2af5.zip
cgal: 4.12 -> 4.12.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cgal/versions
Diffstat (limited to 'pkgs/development/libraries/CGAL')
-rw-r--r--pkgs/development/libraries/CGAL/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/CGAL/default.nix b/pkgs/development/libraries/CGAL/default.nix
index 23a539491d0e..0de1e35440b9 100644
--- a/pkgs/development/libraries/CGAL/default.nix
+++ b/pkgs/development/libraries/CGAL/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchFromGitHub, cmake, boost, gmp, mpfr }:
 
 stdenv.mkDerivation rec {
-  version = "4.12";
+  version = "4.12.1";
   name = "cgal-" + version;
 
   src = fetchFromGitHub {
     owner = "CGAL";
     repo = "releases";
     rev = "CGAL-${version}";
-    sha256 = "0n4yvg2rkrlb1bwhykrg4iyqg4whxadcs441k10xx0r75i6220mn";
+    sha256 = "0b8wwfnvbayxi18jahfdplkjqr59ynq6phk0kz62gqp8vmwia9d9";
   };
 
   # note: optional component libCGAL_ImageIO would need zlib and opengl;