Updating xchm.

svn path=/nixpkgs/trunk/; revision=18310
This commit is contained in:
Lluís Batlle i Rossell
2009-11-09 11:55:31 +00:00
parent 6d092c3371
commit de6aa89c45
2 changed files with 9 additions and 5 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
{stdenv, fetchurl, wxGTK, chmlib}:
stdenv.mkDerivation {
name = "xchm-1.9";
name = "xchm-1.17";
src = fetchurl {
url = mirror://sourceforge/xchm/xchm-1.14.tar.gz;
sha256 = "0gx8h8iabfrawx86f3im36favwl18afwx6z7w9gkjamihcm1an1w";
url = mirror://sourceforge/xchm/xchm-1.17.tar.gz;
sha256 = "0yizisn4833nnpd4apallyg8iv334y00hv3awbsbc0ks2zf93x0n";
};
buildInputs = [wxGTK chmlib];