version updates

svn path=/nixpkgs/trunk/; revision=11142
This commit is contained in:
Michael Raskin
2008-03-16 08:01:31 +00:00
parent d9fb721e1a
commit 064045cfcd
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
stdenv.mkDerivation {
name = "xchm-1.9";
src = fetchurl {
url = mirror://sourceforge/xchm/xchm-1.9.tar.gz;
md5 = "12e1faf49447c743c5c936636cd8a172";
url = mirror://sourceforge/xchm/xchm-1.14.tar.gz;
sha256 = "0gx8h8iabfrawx86f3im36favwl18afwx6z7w9gkjamihcm1an1w";
};
buildInputs = [wxGTK chmlib];