3
0
Fork 0
forked from mirrors/nixpkgs

* PHP updated to 5.3.13.

svn path=/nixpkgs/trunk/; revision=34480
This commit is contained in:
Eelco Dolstra 2012-06-12 17:39:59 +00:00
parent 6ace4728f5
commit 4c868ec330

View file

@ -8,7 +8,7 @@ in
composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
version = "5.3.10";
version = "5.3.13";
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 = "0jilzwscbcjzabzb7s2jnkcq2pjlya9a4z98gmck8r9q5fpmg49k";
sha256 = "16yr678bgks6hlhmmmi5s9ivhcx1f1bhvxkk3zrlkr3bn4sp46pg";
name = "php-${version}.tar.bz2";
};