php84Extensions.xdebug: 3.3.2 -> 3.4.0

This commit is contained in:
R. Ryantm 2024-11-29 05:06:20 +00:00
parent 95dbdbbd9a
commit 65d311a745

View File

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