phpExtensions.swoole: 6.0.1 -> 6.0.2 (#392537)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "6.0.1";
|
||||
version = "6.0.2";
|
||||
in
|
||||
buildPecl {
|
||||
inherit version;
|
||||
@@ -19,7 +19,7 @@ buildPecl {
|
||||
owner = "swoole";
|
||||
repo = "swoole-src";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-WeTl+/OVcXFl39qfYoYRk2MQ7PYKlbjHxddp/kFov6g=";
|
||||
hash = "sha256-mCJj0vLpJinxK/EfPq+CeVWnoxouqClOKYbrgj7GNDc=";
|
||||
};
|
||||
|
||||
buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ valgrind ];
|
||||
|
||||
Reference in New Issue
Block a user