php8*Extensions.apcu: 5.1.26 -> 5.1.27

ChangeLog: https://github.com/krakjoe/apcu/releases/tag/v5.1.27
This commit is contained in:
Maximilian Bosch
2025-08-31 19:16:22 +02:00
parent 1db6d3c472
commit b7d73b07fb
@@ -6,7 +6,7 @@
}:
let
version = "5.1.26";
version = "5.1.27";
in
buildPecl {
inherit version;
@@ -16,7 +16,7 @@ buildPecl {
owner = "krakjoe";
repo = "apcu";
rev = "v${version}";
sha256 = "sha256-zJTrFckl7caKAF5/IL9RpVhbwsFZiol6w2GVpNdDdPg=";
sha256 = "sha256-kf1d+WLpwhzQVn9pnkXtPPTXI5XaAuIAReI6rDGypB8=";
};
buildInputs = [ pcre2 ];