mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
* PHP 5.2.11.
svn path=/nixpkgs/trunk/; revision=18786
This commit is contained in:
parent
84eb2eadef
commit
135cfab57e
@ -1,4 +1,4 @@
|
|||||||
let version = "5.2.9"; in
|
let version = "5.2.11"; in
|
||||||
|
|
||||||
args: with args;
|
args: with args;
|
||||||
|
|
||||||
@ -177,7 +177,7 @@ composableDerivation {} ( fixed : {
|
|||||||
|
|
||||||
src = args.fetchurl {
|
src = args.fetchurl {
|
||||||
url = "http://nl.php.net/get/php-${version}.tar.bz2/from/this/mirror";
|
url = "http://nl.php.net/get/php-${version}.tar.bz2/from/this/mirror";
|
||||||
md5 = "280d6cda7f72a4fc6de42fda21ac2db7";
|
md5 = "286bf34630f5643c25ebcedfec5e0a09";
|
||||||
name = "php-${version}.tar.bz2";
|
name = "php-${version}.tar.bz2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user