php83Extensions.xdebug: 3.3.1 -> 3.3.2

This commit is contained in:
R. Ryantm 2024-04-15 13:58:38 +00:00
parent 26594c44f5
commit 04cfdbcf19

View File

@ -1,7 +1,7 @@
{ buildPecl, lib, fetchFromGitHub }: { buildPecl, lib, fetchFromGitHub }:
let let
version = "3.3.1"; version = "3.3.2";
in buildPecl { in buildPecl {
inherit version; inherit version;
@ -11,7 +11,7 @@ in buildPecl {
owner = "xdebug"; owner = "xdebug";
repo = "xdebug"; repo = "xdebug";
rev = version; rev = version;
hash = "sha256-Zt1BIqNKsTHtIXy0Dar52sZxLi5k12LQAbxOLKQPMN8="; hash = "sha256-3Hj/6pFLwJkVfsUIkX9lP8cOa1cVjobqHZd/cnH0TaU=";
}; };
doCheck = true; doCheck = true;