Updating php 5.3 to 5.3.10

svn path=/nixpkgs/trunk/; revision=33170
This commit is contained in:
Lluís Batlle i Rossell 2012-03-16 19:40:36 +00:00
parent 0546a7e79a
commit 6b4810d310

View file

@ -8,7 +8,7 @@ in
composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
version = "5.3.6";
version = "5.3.10";
name = "php-${version}";
@ -157,7 +157,7 @@ composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
src = args.fetchurl {
url = "http://nl.php.net/get/php-${version}.tar.bz2/from/this/mirror";
sha256 = "161iimjsnbvzqbf6chxv778n8qqdig2y704vrkn97vp3487qibih";
sha256 = "0jilzwscbcjzabzb7s2jnkcq2pjlya9a4z98gmck8r9q5fpmg49k";
name = "php-${version}.tar.bz2";
};