aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/pcre
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-13 17:05:07 +0100
committerPeter Simons <simons@cryp.to>2014-01-13 17:05:07 +0100
commitbccc76f290a49c89ac75a8a8829d9e48210c170c (patch)
treee082799e5858da11aa2eeb823a6590168d602760 /pkgs/development/libraries/pcre
parenta2c316288c8f3714e57dc1037d7a993a2088ab18 (diff)
pcre: update to version 8.34
Diffstat (limited to 'pkgs/development/libraries/pcre')
-rw-r--r--pkgs/development/libraries/pcre/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/pcre/default.nix b/pkgs/development/libraries/pcre/default.nix
index a8a89a4569c7..51279701d4a5 100644
--- a/pkgs/development/libraries/pcre/default.nix
+++ b/pkgs/development/libraries/pcre/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, unicodeSupport ? true, cplusplusSupport ? true }:
stdenv.mkDerivation rec {
- name = "pcre-8.33";
+ name = "pcre-8.34";
src = fetchurl {
url = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${name}.tar.bz2";
- sha256 = "0y04pkrxjvhi30qpnb9ijgn6cjgv3k3lhq2zmw21r0b695x9a0y6";
+ sha256 = "0gsqmsp0q0n3q0ba32gkjvgcsdy6nwidqa7sbxkbw817zzhkl15n";
};
# The compiler on Darwin crashes with an internal error while building the