php: Update to 5.4.21
This commit is contained in:
parent
e815e4026a
commit
847544d895
|
@ -9,7 +9,7 @@ in
|
||||||
|
|
||||||
composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
|
composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
|
||||||
|
|
||||||
version = "5.4.20";
|
version = "5.4.21";
|
||||||
|
|
||||||
name = "php-${version}";
|
name = "php-${version}";
|
||||||
|
|
||||||
|
@ -235,7 +235,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
|
||||||
"http://nl1.php.net/get/php-${version}.tar.bz2/from/this/mirror"
|
"http://nl1.php.net/get/php-${version}.tar.bz2/from/this/mirror"
|
||||||
"http://se1.php.net/get/php-${version}.tar.bz2/from/this/mirror"
|
"http://se1.php.net/get/php-${version}.tar.bz2/from/this/mirror"
|
||||||
];
|
];
|
||||||
sha256 = "1qarcxj46rzkmql3w2dln0hxzs349ph31fxcslizxch1ig7l43nd";
|
sha256 = "1v2nqvgb0lvja4as5361ja3ry8ja7ib38wzia34g7inw3bp7r3za";
|
||||||
name = "php-${version}.tar.bz2";
|
name = "php-${version}.tar.bz2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue