cgal_4: 4.14.2 → 4.14.3
This commit is contained in:
parent
1791eeb7bd
commit
b9704019c9
1 changed files with 5 additions and 7 deletions
|
@ -1,14 +1,12 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, cmake, boost, gmp, mpfr }:
|
{ lib, stdenv, fetchurl, fetchpatch, cmake, boost, gmp, mpfr }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "4.14.2";
|
version = "4.14.3";
|
||||||
pname = "cgal";
|
pname = "cgal";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchurl {
|
||||||
owner = "CGAL";
|
url = "https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-${version}/CGAL-${version}.tar.xz";
|
||||||
repo = "releases";
|
hash = "sha256-W6/nq+hDW+yhehCCBi02M2jsHj8NZYG7DaiwEPs4n+Q=";
|
||||||
rev = "CGAL-${version}";
|
|
||||||
sha256 = "1p1xyws2s9h2c8hlkz1af4ix48qma160av24by6lcm8al1g44pca";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue