pcre: update library to version 8.31

This commit is contained in:
Peter Simons
2012-11-21 16:08:01 +01:00
parent 3fafdb362b
commit 592e4abe2b
3 changed files with 2 additions and 46 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, unicodeSupport ? true, cplusplusSupport ? true }:
stdenv.mkDerivation rec {
name = "pcre-8.21";
name = "pcre-8.31";
src = fetchurl {
url = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${name}.tar.bz2";
sha256 = "1qwrqldbwszbmr4cw4f0xmcl889cmmjbf58l9vxn89zw26fm1f54";
sha256 = "5778a02535473c7ee7838ea598c19f451e63cf5eec0bf0307a688301c9078c3c";
};
# The compiler on Darwin crashes with an internal error while building the