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

phpExtensions.xdebug: 3.5.0 -> 3.5.1 (#487970)

parents 326648e7 fb74f88f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:

let
  version = "3.5.0";
  version = "3.5.1";
in
buildPecl {
  inherit version;
@@ -16,7 +16,7 @@ buildPecl {
    owner = "xdebug";
    repo = "xdebug";
    rev = version;
    hash = "sha256-RrT79o0eFKwGFq3gIfBWCUy5gFy6odj2AWfsfcGN2R4=";
    hash = "sha256-GOlWCKDLwptsHV9SvOOlR4uScvcw8V/DjwXIpfWjSkM=";
  };

  doCheck = true;