Merge pull request #274686 from drupol/xdebug/bump

php.extensions.xdebug: 3.3.0 -> 3.3.1
This commit is contained in:
Pol Dellaiera 2023-12-16 14:29:38 +01:00 committed by GitHub
commit 946c0ca2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ buildPecl, lib, fetchFromGitHub }:
let
version = "3.3.0";
version = "3.3.1";
in buildPecl {
inherit version;
@ -11,7 +11,7 @@ in buildPecl {
owner = "xdebug";
repo = "xdebug";
rev = version;
hash = "sha256-i14po+0i25gRR87H6kUdyXF4rXZM70CqXi2EdFBn808=";
hash = "sha256-Zt1BIqNKsTHtIXy0Dar52sZxLi5k12LQAbxOLKQPMN8=";
};
doCheck = true;