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

uwsgi: 2.0.23 -> 2.0.24
This commit is contained in:
Nick Cao
2024-02-10 10:34:45 -05:00
committed by GitHub
+2 -2
View File
@@ -71,13 +71,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "uwsgi";
version = "2.0.23";
version = "2.0.24";
src = fetchFromGitHub {
owner = "unbit";
repo = "uwsgi";
rev = finalAttrs.version;
hash = "sha256-gyYsgPF6eGa3D7bjmhhVER+uM0yPLfZiwSUzZ2mGcHg=";
hash = "sha256-KVzIp2rKCpF6aXhhu+6nw7q8Pnx/0+HD23mmYmVFPSA=";
};
patches = [