phpExtensions.swoole: 6.1.6 -> 6.1.7 (#495427)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "6.1.6";
|
||||
version = "6.1.7";
|
||||
in
|
||||
buildPecl {
|
||||
inherit version;
|
||||
@@ -19,7 +19,7 @@ buildPecl {
|
||||
owner = "swoole";
|
||||
repo = "swoole-src";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-gbN9CsuSRnttK0GmssLmhpqygkArDqtgkXZbzJhpFlM=";
|
||||
hash = "sha256-MY0wWb6p2P+g7xrEGqicvdIbX57vgSFKunKVxj80PgQ=";
|
||||
};
|
||||
|
||||
buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ valgrind ];
|
||||
|
||||
Reference in New Issue
Block a user