pcre-8.30

svn path=/nixpkgs/branches/stdenv-updates/; revision=33561
This commit is contained in:
Yury G. Kudryashov 2012-04-04 11:29:21 +00:00
parent 07b7aa1f38
commit 461455afe9

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, unicodeSupport ? true, cplusplusSupport ? true }: { stdenv, fetchurl, unicodeSupport ? true, cplusplusSupport ? true }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "pcre-8.21"; name = "pcre-8.30";
src = fetchurl { src = fetchurl {
url = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${name}.tar.bz2"; 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 # The compiler on Darwin crashes with an internal error while building the