Skip to content

Commit

Permalink
Merge pull request #53778 from etu/php-upgrades
Browse files Browse the repository at this point in the history
php71: 7.1.25 -> 7.1.26, php72: 7.2.13 -> 7.2.14
  • Loading branch information
xeji committed Jan 13, 2019
2 parents f9bd153 + 49538f6 commit 39af949
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
12 changes: 5 additions & 7 deletions pkgs/development/interpreters/php/default.nix
Expand Up @@ -245,21 +245,19 @@ let

in {
php71 = generic {
version = "7.1.25";
sha256 = "1b5az5vhap593ggjxirs1zdlg20hcv9h94iq5kgaxky71a4dqb00";
version = "7.1.26";
sha256 = "1riaaizyl0jv9p6b8sm8xxj8iqz4p4dddwdag03n1r67dfl1qdav";

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

php72 = generic {
version = "7.2.13";
sha256 = "0bg9nfc250p24hxn4bdjz7ngcw75h8rpf4qjxqzcs6s9fvxlcjjv";
version = "7.2.14";
sha256 = "15v5gbdxi6jkgdflpj5rqqzzfvwdb55hls4azh71xgy793934qgm";

# https://bugs.php.net/bug.php?id=71041
# https://bugs.php.net/bug.php?id=76826
extraPatches = [ ./fix-bug-71041.patch ]
++ optional stdenv.isDarwin ./php72-darwin-isfinite.patch;
extraPatches = optional stdenv.isDarwin ./php72-darwin-isfinite.patch;
};

php73 = generic {
Expand Down
25 changes: 0 additions & 25 deletions pkgs/development/interpreters/php/fix-bug-71041.patch

This file was deleted.

0 comments on commit 39af949

Please sign in to comment.