phpPackages.redis: update from 2.2.5 to 2.2.7

This commit is contained in:
Pascal Wittmann 2015-05-20 18:53:06 +02:00
parent 57ec836416
commit 824da827ac

View File

@ -90,9 +90,8 @@ let self = with self; {
};
redis = buildPecl {
name = "redis-2.2.5";
sha256 = "0hrk0lf8h6l30zrjld29csl186zb1cl2rz1gfn9dma33np4iisyw";
name = "redis-2.2.7";
sha256 = "00n9dpk9ak0bl35sbcd3msr78sijrxdlb727nhg7f2g7swf37rcm";
};
composer = pkgs.stdenv.mkDerivation rec {