From be4bb6f4def105a3891b33f5cedfe2835fe6fe22 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 9 Sep 2008 19:09:55 +0000 Subject: [PATCH] libpcre: update from 7.4 to 7.8 Version 7.4 of libpcre is no longer available for download at the specified location, so I updated to version 7.8, which is the latest one. svn path=/nixpkgs/trunk/; revision=12835 --- pkgs/development/libraries/pcre/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/pcre/default.nix b/pkgs/development/libraries/pcre/default.nix index cba26fae76c..a9afb0c7cef 100644 --- a/pkgs/development/libraries/pcre/default.nix +++ b/pkgs/development/libraries/pcre/default.nix @@ -1,10 +1,10 @@ {stdenv, fetchurl, unicodeSupport ? false, cplusplusSupport ? true}: stdenv.mkDerivation { - name = "pcre-7.4"; + name = "pcre-7.8"; src = fetchurl { - url = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.4.tar.bz2; - sha256 = "1rdks2h5f3p2d71c4jnxaic1c9gmgsfky80djnafcdbdrhzkiyx5"; + url = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.8.tar.bz2; + sha256 = "1zsqk352mx2zklf9bgpg9d88ckfdssbbbiyslhrycfckw8m3qpvr"; }; configureFlags = (if unicodeSupport then