phpExtensions.xdebug: 3.5.1 -> 3.5.3

This commit is contained in:
R. Ryantm
2026-06-12 04:34:03 +00:00
parent 20c18080b0
commit ba5ae1ad5a
@@ -5,7 +5,7 @@
}:
let
version = "3.5.1";
version = "3.5.3";
in
buildPecl {
inherit version;
@@ -16,7 +16,7 @@ buildPecl {
owner = "xdebug";
repo = "xdebug";
rev = version;
hash = "sha256-GOlWCKDLwptsHV9SvOOlR4uScvcw8V/DjwXIpfWjSkM=";
hash = "sha256-UrRQqnWEE0y8I4DTDWn21yGScG42+XaFFl6UjcJXbtM=";
};
doCheck = true;