Loading pkgs/development/interpreters/php/8.2.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix (_args // { version = "8.2.1"; hash = "sha256-ddb482WZPsDR2cYoHUVX5v7sWiYZSkaLiwFFnRd++yk="; version = "8.2.2"; hash = "sha256-9SI6UnTtqLQMGeR94N5GeMZdZEAcz3EOJGSWLrgTaAQ="; }); in Loading pkgs/top-level/php-packages.nix +0 −8 Original line number Diff line number Diff line Loading @@ -411,14 +411,6 @@ lib.makeScope pkgs.newScope (self: with self; { valgrind.dev ]; zendExtension = true; patches = [ ] ++ lib.optionals (lib.versionAtLeast php.version "8.1") [ (fetchpatch { # See https://github.com/php/php-src/pull/10266 name = "avoid-opcache-test-failures.patch"; url = "https://github.com/PHP/php-src/commit/9216d14b3abfc727b0668592b48699440137aa74.patch"; sha256 = "sha256-/U6LMn/QGM8BXlh+Etl1z97v3qZFiWL2G3ZopNYShGU="; }) ]; # Tests launch the builtin webserver. __darwinAllowLocalNetworking = true; } Loading Loading
pkgs/development/interpreters/php/8.2.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix (_args // { version = "8.2.1"; hash = "sha256-ddb482WZPsDR2cYoHUVX5v7sWiYZSkaLiwFFnRd++yk="; version = "8.2.2"; hash = "sha256-9SI6UnTtqLQMGeR94N5GeMZdZEAcz3EOJGSWLrgTaAQ="; }); in Loading
pkgs/top-level/php-packages.nix +0 −8 Original line number Diff line number Diff line Loading @@ -411,14 +411,6 @@ lib.makeScope pkgs.newScope (self: with self; { valgrind.dev ]; zendExtension = true; patches = [ ] ++ lib.optionals (lib.versionAtLeast php.version "8.1") [ (fetchpatch { # See https://github.com/php/php-src/pull/10266 name = "avoid-opcache-test-failures.patch"; url = "https://github.com/PHP/php-src/commit/9216d14b3abfc727b0668592b48699440137aa74.patch"; sha256 = "sha256-/U6LMn/QGM8BXlh+Etl1z97v3qZFiWL2G3ZopNYShGU="; }) ]; # Tests launch the builtin webserver. __darwinAllowLocalNetworking = true; } Loading