forked from mirrors/nixpkgs
Revert "php: Update to 5.4.36"
This reverts commit e7d4d39c6e
. The
build fails in a chroot because it tries to download a PEAR from the
network:
http://hydra.nixos.org/build/18517333
This commit is contained in:
parent
5c01c1dae0
commit
37ac9deb3d
|
@ -9,7 +9,7 @@ in
|
|||
|
||||
composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
|
||||
|
||||
version = "5.4.36";
|
||||
version = "5.4.35";
|
||||
|
||||
name = "php-${version}";
|
||||
|
||||
|
@ -248,7 +248,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
|
|||
|
||||
src = fetchurl {
|
||||
url = "http://www.php.net/distributions/php-${version}.tar.bz2";
|
||||
sha256 = "0h9jw68n9gcpv70ndxjqa87j304ri2dggir4lrwbkbz8qc41d5dh";
|
||||
sha256 = "0svlp5alqvm3fxzf2044ygziacy2ks9vbrnimkpqnxqgrmjl5nwc";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue