php: Update to 5.3.18

This commit is contained in:
Eelco Dolstra 2012-10-26 15:20:34 +02:00
parent b40c41b7e3
commit 620e3a1516

View File

@ -4,7 +4,7 @@
composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
version = "5.3.17";
version = "5.3.18";
name = "php-${version}";
@ -152,7 +152,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
src = fetchurl {
url = "http://nl.php.net/get/php-${version}.tar.bz2/from/this/mirror";
sha256 = "02bmjlznnfhxhyd4wvk8ky9vpqwl9rbyng803r7ygf84sibyi1dd";
sha256 = "0bqsdwil13m1r449c4rhrc8cmx2a09k8h2g107qqxfwanzndwrgh";
name = "php-${version}.tar.bz2";
};