php81Extensions.openswoole: 22.0.0 -> 22.1.2

This commit is contained in:
R. Ryantm 2023-12-17 18:51:20 +00:00
parent b77e9f0ecc
commit bc940be7c3

View File

@ -1,7 +1,7 @@
{ lib, stdenv, buildPecl, valgrind, pcre2, fetchFromGitHub }:
let
version = "22.0.0";
version = "22.1.2";
in buildPecl {
inherit version;
pname = "openswoole";
@ -10,7 +10,7 @@ in buildPecl {
owner = "openswoole";
repo = "swoole-src";
rev = "v${version}";
hash = "sha256-4Z7mBNGHXS/giSCmPpSyu9/99MEjCnoXgymDM/s1gk8=";
hash = "sha256-Z26E1PdKypB/MImCHFgA3rJW5LvVaLZsQUxRv0RcFuo=";
};
buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.isDarwin) [ valgrind ];