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

phpExtensions.xdebug: 3.4.4 -> 3.4.5 (#426098)

parents 0fe91da9 4324c1da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:

let
  version = "3.4.4";
  version = "3.4.5";
in
buildPecl {
  inherit version;
@@ -16,7 +16,7 @@ buildPecl {
    owner = "xdebug";
    repo = "xdebug";
    rev = version;
    hash = "sha256-IYyDolRfzIpIfaJPWLOKdZhGlG4TMR5v7p56fw76JOc=";
    hash = "sha256-tJNN1GNEH3z/bsmzNMPoF6TAgOQ4EiM4QheqmhCQzM4=";
  };

  doCheck = true;