uwsgi: 2.0.21 -> 2.0.22

https://uwsgi-docs.readthedocs.io/en/latest/Changelog-2.0.22.html

* plugins/php: Fix PHP 8.2 compilation
* plugins/rack: fix compilation with Ruby 3.1, this breaks compilation for Ruby < 2.x
This commit is contained in:
Дамјан Георгиевски 2023-07-31 12:14:08 +02:00
parent 356c6dcdf3
commit 80b45192a4
No known key found for this signature in database

View File

@ -61,13 +61,13 @@ in
stdenv.mkDerivation rec {
pname = "uwsgi";
version = "2.0.21";
version = "2.0.22";
src = fetchFromGitHub {
owner = "unbit";
repo = "uwsgi";
rev = version;
sha256 = "sha256-TUASYDyG+p1tlhmqi+ivaC7aW6UZBrPTFQUTYys5ICE=";
sha256 = "sha256-pfy3EDXq3KVY2mC3BMAp/87IUiP4NhdTWZo+zVBJ+Pc=";
};
patches = [