phpExtensions.apcu: 5.1.24 -> 5.1.26

This commit is contained in:
R. Ryantm 2025-08-06 18:20:25 +00:00
parent 1fc1fb2700
commit 6a3784ae8d

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 ];