* More updates.

svn path=/nixpkgs/trunk/; revision=1068
This commit is contained in:
Eelco Dolstra
2004-06-21 17:00:00 +00:00
parent 5503e2fc33
commit 3f9a589d53
3 changed files with 9 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
{stdenv, fetchurl, libtool}:
stdenv.mkDerivation {
name = "chmlib-0.31";
name = "chmlib-0.33";
builder = ./builder.sh;
src = fetchurl {
url = http://66.93.236.84/~jedwin/projects/chmlib/chmlib-0.31.tbz;
md5 = "c6c9e1658f43715456e00a4893d496ed";
url = http://66.93.236.84/~jedwin/projects/chmlib/chmlib-0.33.tbz;
md5 = "8bc84e94f1cea65005e5cb0ab40e2e86";
};
buildInputs = [libtool];
}