Skip to content

Commit

Permalink
Merge pull request #121180 from helsinki-systems/upd/php
Browse files Browse the repository at this point in the history
php: 7.3.23, 8.0.5, 7.4.18
  • Loading branch information
globin committed May 5, 2021
2 parents b3ea646 + faec9cb commit d3ba498
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/php/7.3.nix
Expand Up @@ -4,8 +4,8 @@ let
generic = (import ./generic.nix) _args;

base = callPackage generic (_args // {
version = "7.3.27";
sha256 = "00z0vadxazm2flks9g8qmchj2pwkli880kg313jgbb1mx3shc84x";
version = "7.3.28";
sha256 = "0r4r8famg3a8x6ch24y1370nsphkxg4k9zq5x8v88f4l8mj6wqwg";

# https://bugs.php.net/bug.php?id=76826
extraPatches = lib.optional stdenv.isDarwin ./php73-darwin-isfinite.patch;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/php/7.4.nix
Expand Up @@ -4,8 +4,8 @@ let
generic = (import ./generic.nix) _args;

base = callPackage generic (_args // {
version = "7.4.16";
sha256 = "0gnfb4vaj71fiap0q9lk6vs1xs7l6sha60isw6aaw3zxgh00ywc5";
version = "7.4.18";
sha256 = "0bw4q7svijsqi5vinaspzzqyli2pvmpz6yf83ndqixf6x4r5ji9f";
});

in base.withExtensions ({ all, ... }: with all; ([
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/php/8.0.nix
Expand Up @@ -4,8 +4,8 @@ let
generic = (import ./generic.nix) _args;

base = callPackage generic (_args // {
version = "8.0.3";
sha256 = "04mh5sznbgwv67x9p0qz4i377zwdb5cc6r1mb3925y1lkqfn5y4m";
version = "8.0.5";
sha256 = "1q08xx9pbn7plsnfh6j16jj294vm968ng1n5kaqw7apgxd7r6p8r";
});

in base.withExtensions ({ all, ... }: with all; ([
Expand Down

0 comments on commit d3ba498

Please sign in to comment.