Unverified Commit 3f094c87 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #304288 from r-ryantm/auto-update/php82Extensions.xdebug

php82Extensions.xdebug: 3.3.1 -> 3.3.2
parents 8706b488 093452c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ buildPecl, lib, fetchFromGitHub }:

let
  version = "3.3.1";
  version = "3.3.2";
in buildPecl {
  inherit version;

@@ -11,7 +11,7 @@ in buildPecl {
    owner = "xdebug";
    repo = "xdebug";
    rev = version;
    hash = "sha256-Zt1BIqNKsTHtIXy0Dar52sZxLi5k12LQAbxOLKQPMN8=";
    hash = "sha256-3Hj/6pFLwJkVfsUIkX9lP8cOa1cVjobqHZd/cnH0TaU=";
  };

  doCheck = true;