phpExtensions.xdebug: 3.5.1 -> 3.5.3 (#530927)

This commit is contained in:
Pol Dellaiera 2026-06-12 14:13:09 +00:00 committed by GitHub
commit 343fa391d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;