php: 5.4.27 -> 5.4.29

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-06-22 00:45:41 -05:00
parent 6cfa38ce7d
commit fc4adcd7af

View file

@ -9,7 +9,7 @@ in
composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
version = "5.4.27";
version = "5.4.29";
name = "php-${version}";
@ -246,7 +246,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
"http://nl1.php.net/get/php-${version}.tar.bz2/from/this/mirror"
"http://se1.php.net/get/php-${version}.tar.bz2/from/this/mirror"
];
md5 = "1c6e99187d25023411b663ea09f145ee";
sha256 = "19z2n6h1fvj30n6hl2mwhw2f4i1vwhbj3j7abq3gc16gcfh3rkk2";
name = "php-${version}.tar.bz2";
};