phpExtensions.xdebug: 3.4.4 -> 3.4.5 (#426098)

This commit is contained in:
Pol Dellaiera 2025-07-17 19:37:28 +02:00 committed by GitHub
commit ee34d66a29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
}:
let
version = "3.4.4";
version = "3.4.5";
in
buildPecl {
inherit version;
@ -16,7 +16,7 @@ buildPecl {
owner = "xdebug";
repo = "xdebug";
rev = version;
hash = "sha256-IYyDolRfzIpIfaJPWLOKdZhGlG4TMR5v7p56fw76JOc=";
hash = "sha256-tJNN1GNEH3z/bsmzNMPoF6TAgOQ4EiM4QheqmhCQzM4=";
};
doCheck = true;