Unverified Commit ff0df8fe authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

php: 8.4.0RC3 -> 8.4.0RC4, 8.3.12 -> 8.3.13 (#354562)

* php84: 8.4.0RC3 -> 8.4.0RC4

* php83: 8.3.12 -> 8.3.13

ChangeLog: https://www.php.net/ChangeLog-8.php#PHP_8_3
parent b5f67acf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@

let
  base = callPackage ./generic.nix (_args // {
    version = "8.3.12";
    hash = "sha256-gHYzSWzNs3CokFRY24K9ZzZumKbVlyiRS3l7h+nK7L8=";
    version = "8.3.13";
    hash = "sha256-x3kcguGlVMyvhKQLpxzBQXupr2f7Wzl4CDf9fH628SQ=";
  });
in
base.withExtensions ({ all, ... }: with all; ([
+3 −3
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@ let
  base = callPackage ./generic.nix (
    _args
    // {
      version = "8.4.0RC3";
      version = "8.4.0RC4";
      phpSrc = fetchurl {
        url = "https://downloads.php.net/~saki/php-8.4.0RC3.tar.xz";
        hash = "sha256-6eA5w7NRfH5k+AyoIvuSEY9JgjtQqYwyZXTRSuKHBvY=";
        url = "https://downloads.php.net/~calvinb/php-8.4.0RC4.tar.xz";
        hash = "sha256-s/ihnYRfSqVlAV/4YZZAfrUzKE60NlrFlT9edK5h3LA=";
      };
    }
  );
+7 −0
Original line number Diff line number Diff line
@@ -682,6 +682,13 @@ in {
              url = "https://github.com/php/php-src/commit/4fe821311cafb18ca8bdf20b9d796c48a13ba552.patch";
              hash = "sha256-YC3I0BQi3o3+VmRu/UqpqPpaSC+ekPqzbORTHftbPvY=";
            })
          ]
          ++ lib.optionals (lib.versionAtLeast php.version "8.3") [
            # https://github.com/php/php-src/pull/16733 (fix soap test)
            (fetchpatch {
              url = "https://github.com/php/php-src/commit/5c308d61db104854e4ff84ab123e3ea56e1b4046.patch";
              hash = "sha256-xQ4Sg4kL0cgHYauRW2AzGgFXfcqtxeRVhI9zNh7CsoM=";
            })
          ];
        }
        {