Updating php 5.3 and adding php-xcache.

svn path=/nixpkgs/trunk/; revision=27056
This commit is contained in:
Lluís Batlle i Rossell
2011-04-29 21:01:09 +00:00
parent 50f03dbf20
commit 5bd133b65c
3 changed files with 32 additions and 2 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ in
composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
version = "5.3.4";
version = "5.3.6";
name = "php_configurable-${version}";
@@ -151,7 +151,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 = "1391yibyc7kcrnprv6g57s2m6ld6n9j2iybzvwd2srdihl8q6cm8";
sha256 = "161iimjsnbvzqbf6chxv778n8qqdig2y704vrkn97vp3487qibih";
name = "php-${version}.tar.bz2";
};