Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #60882 from etu/1809-php-upgrades
[18.09] php: 7.1.27 -> 7.1.29, 7.2.16 -> 7.2.18
  • Loading branch information
etu committed May 5, 2019
2 parents 9e149f7 + c57d980 commit 8b166e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/interpreters/php/default.nix
Expand Up @@ -227,16 +227,16 @@ let

in {
php71 = generic {
version = "7.1.27";
sha256 = "0jzcyilvdy05w30vz5ln46lqm9hi36h5bibiwhl1b4a1179yrmys";
version = "7.1.29";
sha256 = "0dc3p3xq430vawcryw3xb4d1ckkz44rdnvfr833jsrl2zrzd2a45";

# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php71-darwin-isfinite.patch;
};

php72 = generic {
version = "7.2.16";
sha256 = "0f3zkv803banqdrhj5ixfg973fnrsvn4hcij2k6r91nmac0d22ic";
version = "7.2.18";
sha256 = "0wjb9j5slqjx1fn00ljwgy4vlxvz9a6s9677h5z20wqi5nqjf6ps";

# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php72-darwin-isfinite.patch;
Expand Down

0 comments on commit 8b166e5

Please sign in to comment.