phpExtensions.xdebug: 3.4.2 -> 3.4.3 (#408575)

This commit is contained in:
Pol Dellaiera 2025-05-19 06:01:26 +00:00 committed by GitHub
commit c970222744
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
}:
let
version = "3.4.2";
version = "3.4.3";
in
buildPecl {
inherit version;
@ -16,7 +16,7 @@ buildPecl {
owner = "xdebug";
repo = "xdebug";
rev = version;
hash = "sha256-LTM2c9DC837y0t4S3m9292x37q4tXg1Poh2dm0KAyJc=";
hash = "sha256-B0sGUwCSKh/AZ9I4rwE22EitgkQWwWh4H+p8N02YAeY=";
};
doCheck = true;