Merge pull request #228776 from r-ryantm/auto-update/php80Extensions.swoole

php80Extensions.swoole: 5.0.1 -> 5.0.3

authored by Elis Hirwing and committed by GitHub 023e90f6 8fcab98a

+2 -2
+2 -2
pkgs/development/php-packages/swoole/default.nix
··· 1 1 { lib, stdenv, buildPecl, php, valgrind, pcre2, fetchFromGitHub }: 2 2 3 3 let 4 - version = "5.0.1"; 4 + version = "5.0.3"; 5 5 in buildPecl { 6 6 inherit version; 7 7 pname = "swoole"; ··· 10 10 owner = "swoole"; 11 11 repo = "swoole-src"; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-d0xccbfOmebWR14oTUviWz/mB5IA7iXn0uUWxTQRd9w="; 13 + sha256 = "sha256-xadseYMbA+llzTf9JFIitJK2iR0dN8vAjv3n9/e7FGs="; 14 14 }; 15 15 16 16 buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.isDarwin) [ valgrind ];