phpExtensions.xdebug: 3.4.5 -> 3.4.6

This commit is contained in:
R. Ryantm
2025-10-11 03:34:23 +00:00
parent fc430b0bdf
commit 8f2f06cd38

View File

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