cgal: update from 3.9 to 4.3 (really)
The previous version bump didn't actually do anything; it changed the version/url but didn't change the hash. For some reason the (new) URL returned the same old package with the same old hash (or so it seems). This time the package is really updated, as can be seen from the version number in $cgal/include/CGAL/version.h. This change unbreaks openscad.
This commit is contained in:
parent
458d0a92c9
commit
97352b1342
|
@ -5,8 +5,8 @@ stdenv.mkDerivation rec {
|
|||
version = "4.3";
|
||||
name = "cgal-${version}";
|
||||
src = fetchurl {
|
||||
url = "https://gforge.inria.fr/frs/download.php/29125/CGAL-${version}.tar.gz";
|
||||
sha256 = "193vjhzlf7f2kw6dbg5yw8v0izdvmnrylqzqhw92vml7jjnr8494";
|
||||
url = "https://gforge.inria.fr/frs/download.php/32995/CGAL-${version}.tar.xz";
|
||||
sha256 = "015vw57dmy43bf63mg3916cgcsbv9dahwv24bnmiajyanj2mhiyc";
|
||||
};
|
||||
|
||||
buildInputs = [cmake boost gmp mpfr ];
|
||||
|
|
Loading…
Reference in New Issue