pcre-8.30
svn path=/nixpkgs/branches/stdenv-updates/; revision=33561
This commit is contained in:
parent
07b7aa1f38
commit
461455afe9
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, unicodeSupport ? true, cplusplusSupport ? true }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pcre-8.21";
|
||||
name = "pcre-8.30";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${name}.tar.bz2";
|
||||
sha256 = "1qwrqldbwszbmr4cw4f0xmcl889cmmjbf58l9vxn89zw26fm1f54";
|
||||
sha256 = "1b7lcp4kfjc0jyvpw4pxkbmyjhmnwlrd85rrifnrfklkvgbky4f1";
|
||||
};
|
||||
|
||||
# The compiler on Darwin crashes with an internal error while building the
|
||||
|
Loading…
Reference in New Issue
Block a user