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

php81Extensions.apcu: 5.1.22 -> 5.1.23
This commit is contained in:
Pol Dellaiera
2023-11-27 12:15:21 +01:00
committed by GitHub
@@ -1,7 +1,7 @@
{ 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") [