phpExtensions.apcu: 5.1.24 -> 5.1.26 (#431529)

This commit is contained in:
Pol Dellaiera 2025-08-06 22:41:09 +02:00 committed by GitHub
commit 6ed440b796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
}: }:
let let
version = "5.1.24"; version = "5.1.26";
in in
buildPecl { buildPecl {
inherit version; inherit version;
@ -16,7 +16,7 @@ buildPecl {
owner = "krakjoe"; owner = "krakjoe";
repo = "apcu"; repo = "apcu";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-g+Oo6y+24VOWHaDZ23iItkGwOa5bTtKMAjZOmAi6EOo="; sha256 = "sha256-zJTrFckl7caKAF5/IL9RpVhbwsFZiol6w2GVpNdDdPg=";
}; };
buildInputs = [ pcre2 ]; buildInputs = [ pcre2 ];