phpExtensions.xdebug: 3.4.1 -> 3.4.2

This commit is contained in:
R. Ryantm
2025-03-12 15:24:33 +00:00
parent 1cc8303841
commit d446f488ef

View File

@@ -5,7 +5,7 @@
}:
let
version = "3.4.1";
version = "3.4.2";
in
buildPecl {
inherit version;
@@ -16,7 +16,7 @@ buildPecl {
owner = "xdebug";
repo = "xdebug";
rev = version;
hash = "sha256-yOqVS58bsFXGhdkQ20LK0E80bV7O2r/BE76CfBoeEqA=";
hash = "sha256-LTM2c9DC837y0t4S3m9292x37q4tXg1Poh2dm0KAyJc=";
};
doCheck = true;