Merge pull request #307711 from r-ryantm/auto-update/uwsgi

uwsgi: 2.0.24 -> 2.0.25.1
This commit is contained in:
Weijia Wang 2024-05-05 18:21:56 +02:00 committed by GitHub
commit bf94de746a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,13 +71,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "uwsgi";
version = "2.0.24";
version = "2.0.25.1";
src = fetchFromGitHub {
owner = "unbit";
repo = "uwsgi";
rev = finalAttrs.version;
hash = "sha256-KVzIp2rKCpF6aXhhu+6nw7q8Pnx/0+HD23mmYmVFPSA=";
hash = "sha256-hAjwn5sZynMNBPw2dAtuf0xIbnDSraIWas6OEGdJlfc=";
};
patches = [