phpExtensions.xdebug: 3.4.0 -> 3.4.1 (#371510)

This commit is contained in:
Pol Dellaiera
2025-01-06 19:54:18 +01:00
committed by GitHub
@@ -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;