mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
php81Extensions.apcu: 5.1.22 -> 5.1.23
This commit is contained in:
parent
b608fc233c
commit
ea4836f69a
|
@ -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") [
|
||||
|
|
Loading…
Reference in a new issue