phpExtensions.xdebug: 3.4.0 -> 3.4.1

This commit is contained in:
R. Ryantm
2025-01-06 17:38:22 +00:00
parent 9f46f57b78
commit 70e6b217a8
@@ -5,7 +5,7 @@
}:
let
version = "3.4.0";
version = "3.4.1";
in
buildPecl {
inherit version;
@@ -16,7 +16,7 @@ buildPecl {
owner = "xdebug";
repo = "xdebug";
rev = version;
hash = "sha256-Gt6/ARrUzmsAhsdkKPNiX0CBmWTv7D3mHnxvvWjbLnE=";
hash = "sha256-yOqVS58bsFXGhdkQ20LK0E80bV7O2r/BE76CfBoeEqA=";
};
doCheck = true;