Merge pull request #262243 from drupol/php/xdebug-3.3.0alpha3

phpExtensions.xdebug: 3.2.2 -> 3.3.0alpha3
This commit is contained in:
Pol Dellaiera 2023-10-20 19:56:04 +02:00 committed by GitHub
commit 2b7eb7a821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ buildPecl, lib, fetchFromGitHub }: { buildPecl, lib, fetchFromGitHub }:
let let
version = "3.2.2"; version = "3.3.0alpha3";
in buildPecl { in buildPecl {
inherit version; inherit version;
@ -11,7 +11,7 @@ in buildPecl {
owner = "xdebug"; owner = "xdebug";
repo = "xdebug"; repo = "xdebug";
rev = version; rev = version;
hash = "sha256-zbgJw2oPzyUTK0UwLAqpShBi+toVsEQcjoG4tIBder0="; hash = "sha256-LBrKQCR4qpV3yJpTknUNKX6mq+qSdBSveIoYmk5Vmoc=";
}; };
doCheck = true; doCheck = true;