* Updated a few packages.

svn path=/nixpkgs/trunk/; revision=5246
This commit is contained in:
Eelco Dolstra
2006-05-01 17:57:42 +00:00
parent 4acfb1a684
commit 12f0f1ad20
9 changed files with 25 additions and 25 deletions
@@ -3,9 +3,9 @@
assert libxml2 != null;
stdenv.mkDerivation {
name = "libxslt-1.1.14";
name = "libxslt-1.1.15";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/libxslt-1.1.15.tar.gz;
url = ftp://xmlsoft.org/libxml2/libxslt-1.1.15.tar.gz;
md5 = "238de9eda71b570ff7b78aaf65308fc6";
};
buildInputs = [libxml2];