aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/qhull
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-21 14:44:15 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-21 14:44:15 +0000
commit3c206efa1f16f3f0af89b5232894be37923d4a22 (patch)
tree74eed88c05da62ed178f3b80e0f57642f764d9a7 /pkgs/development/libraries/qhull
parent218c9189096540fdc1a75c79b7f1daf29b366a88 (diff)
Updating qhull
svn path=/nixpkgs/trunk/; revision=19597
Diffstat (limited to 'pkgs/development/libraries/qhull')
-rw-r--r--pkgs/development/libraries/qhull/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/qhull/default.nix b/pkgs/development/libraries/qhull/default.nix
index 522c0cb75358..f91697fb117a 100644
--- a/pkgs/development/libraries/qhull/default.nix
+++ b/pkgs/development/libraries/qhull/default.nix
@@ -1,10 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
- name = "qhull-2003.1";
+ name = "qhull-2010.1";
src = fetchurl {
- url = http://www.qhull.org/download/qhull-2003.1-src.tgz;
- sha256 = "1ah6yhh8qxqmvjcpmijibxcw8gjwvdcrb9g7j2rkawazq95a2j0s";
+ url = http://www.qhull.org/download/qhull-2010.1-src.tgz;
+ sha256 = "1ghnwci1s56yzzwg8gmlzhsd5v3imsqxf24yb0j5m6qv8kxqaw2m";
};
NIX_CFLAGS_COMPILE = "-fno-strict-aliasing " +