* Lots of updates, especially GTK and X libraries.

svn path=/nixpkgs/trunk/; revision=3193
This commit is contained in:
Eelco Dolstra
2005-06-17 11:43:15 +00:00
parent 32d7a746a2
commit b8bae3582b
16 changed files with 48 additions and 50 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "pcre-4.5";
name = "pcre-6.0";
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/pcre-4.5.tar.bz2;
md5 = "c51bd34197008b128046f0799d2242e4";
url = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-6.0.tar.bz2;
md5 = "9352eb6d2be5ad9d8360d2377d3cafac";
};
}