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:
parent
356c6dcdf3
commit
80b45192a4
@ -61,13 +61,13 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "uwsgi";
|
pname = "uwsgi";
|
||||||
version = "2.0.21";
|
version = "2.0.22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "unbit";
|
owner = "unbit";
|
||||||
repo = "uwsgi";
|
repo = "uwsgi";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-TUASYDyG+p1tlhmqi+ivaC7aW6UZBrPTFQUTYys5ICE=";
|
sha256 = "sha256-pfy3EDXq3KVY2mC3BMAp/87IUiP4NhdTWZo+zVBJ+Pc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user