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

Merge pull request #270314 from r-ryantm/auto-update/php81Extensions.apcu

php81Extensions.apcu: 5.1.22 -> 5.1.23
parents 7e24e000 ea4836f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ buildPecl, lib, pcre2, fetchFromGitHub, php, fetchpatch }:

let
  version = "5.1.22";
  version = "5.1.23";
in buildPecl {
  inherit version;
  pname = "apcu";
@@ -10,7 +10,7 @@ in buildPecl {
    owner = "krakjoe";
    repo = "apcu";
    rev = "v${version}";
    sha256 = "sha256-L4a+/kWT95a1Km+FzFNiAaBw8enU6k4ZiCFRErjj9o8=";
    sha256 = "sha256-UDKLLCCnYJj/lCD8ZkkDf2WYZMoIbcP75+0/IXo4vdQ=";
  };

  patches = lib.optionals (lib.versionAtLeast php.version "8.3") [