Author: urkud
Date: Wed Apr  4 11:29:21 2012
New Revision: 33561
URL: https://nixos.org/websvn/nix/?rev=33561&sc=1

Log:
pcre-8.30

Modified:
   nixpkgs/branches/stdenv-updates/pkgs/development/libraries/pcre/default.nix

Modified: 
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/pcre/default.nix
==============================================================================
--- nixpkgs/branches/stdenv-updates/pkgs/development/libraries/pcre/default.nix 
Wed Apr  4 08:59:03 2012        (r33560)
+++ nixpkgs/branches/stdenv-updates/pkgs/development/libraries/pcre/default.nix 
Wed Apr  4 11:29:21 2012        (r33561)
@@ -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
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to