* Lots of updates, especially GTK and X libraries.
svn path=/nixpkgs/trunk/; revision=3193
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user