From 073659ae94681b566573bb6342bd76140b1fd7dc Mon Sep 17 00:00:00 2001 From: Aristid Breitkreuz Date: Sat, 11 Oct 2014 11:06:29 +0200 Subject: [PATCH] Revert "pcre: update from 8.35 to 8.36" - that's a job for staging This reverts commit b5f1e0eb08ff4c848d54068fbbe38662c23e606e. --- pkgs/development/libraries/pcre/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/pcre/default.nix b/pkgs/development/libraries/pcre/default.nix index 768e87f5ad29..930d7b86f063 100644 --- a/pkgs/development/libraries/pcre/default.nix +++ b/pkgs/development/libraries/pcre/default.nix @@ -5,11 +5,11 @@ with stdenv.lib; stdenv.mkDerivation rec { - name = "pcre-8.36"; + name = "pcre-8.35"; src = fetchurl { url = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${name}.tar.bz2"; - sha256 = "1fs5p1z67m9f4xnyil3s4lhgyld78f7m4d1yawpyhh0cvrbk90zg"; + sha256 = "0nw66r92dr24vy9k4lw17bkv8x5nlzn6wx9hq4y2dvzgig3w2qd9"; }; # The compiler on Darwin crashes with an internal error while building the