php84Extensions.xdebug: 3.3.2 -> 3.4.0 (#360049)

This commit is contained in:
Pol Dellaiera 2024-11-29 06:41:51 +01:00 committed by GitHub
commit bd06cd59e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
}:
let
version = "3.3.2";
version = "3.4.0";
in
buildPecl {
inherit version;
@ -17,7 +17,7 @@ buildPecl {
owner = "xdebug";
repo = "xdebug";
rev = version;
hash = "sha256-3Hj/6pFLwJkVfsUIkX9lP8cOa1cVjobqHZd/cnH0TaU=";
hash = "sha256-Gt6/ARrUzmsAhsdkKPNiX0CBmWTv7D3mHnxvvWjbLnE=";
};
doCheck = true;