Merge pull request #6051 from victoredwardocallaghan/php

php: update from 5.4.35 to 5.4.37
This commit is contained in:
Eelco Dolstra 2015-01-29 19:03:53 +01:00
commit f0f99d5212
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ in
composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
version = "5.4.35";
version = "5.4.37";
name = "php-${version}";
@ -253,7 +253,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
src = fetchurl {
url = "http://www.php.net/distributions/php-${version}.tar.bz2";
sha256 = "0svlp5alqvm3fxzf2044ygziacy2ks9vbrnimkpqnxqgrmjl5nwc";
sha256 = "1bd8yciy13v3aw4aiw57zpf8kgxpm6rcv73grp1yj2pbbrkzcyw5";
};
meta = {