aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/qhull
diff options
context:
space:
mode:
authorKarn Kallio <tierpluspluslists@gmail.com>2012-04-21 04:21:25 +0000
committerKarn Kallio <tierpluspluslists@gmail.com>2012-04-21 04:21:25 +0000
commit0842337d804d7651578c10551ba802cefb25d315 (patch)
tree3997f03ec325897cd279105687680cf1fe636857 /pkgs/development/libraries/qhull
parent81db13ca1682278268c3297a3e3cb4cd73bfede1 (diff)
The hash for qhull has changed too.
svn path=/nixpkgs/trunk/; revision=33869
Diffstat (limited to 'pkgs/development/libraries/qhull')
-rw-r--r--pkgs/development/libraries/qhull/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qhull/default.nix b/pkgs/development/libraries/qhull/default.nix
index b9d9c19a10d8..6d15ce576ff8 100644
--- a/pkgs/development/libraries/qhull/default.nix
+++ b/pkgs/development/libraries/qhull/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/download/${name}-src.tgz";
- sha256 = "19hb10vs7ww45ifn7mpvxykn470gd1g568d84mlld6v4pnz7gamv";
+ sha256 = "127zpjp6sm8c101hz239k82lpxqcqf4ksdyfqc2py2sm22kclpm3";
};
buildNativeInputs = [ cmake ];