uwsgi: 2.0.25.1 -> 2.0.26

This commit is contained in:
R. Ryantm
2024-06-02 04:19:11 +00:00
parent a37a6e107f
commit 9d4be47fda
+2 -2
View File
@@ -71,13 +71,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "uwsgi";
version = "2.0.25.1";
version = "2.0.26";
src = fetchFromGitHub {
owner = "unbit";
repo = "uwsgi";
rev = finalAttrs.version;
hash = "sha256-hAjwn5sZynMNBPw2dAtuf0xIbnDSraIWas6OEGdJlfc=";
hash = "sha256-3nmmVNNDvQ1RzaD5BQFrScHHnmUtMwjo3wodEGIJCvI=";
};
patches = [