1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

uwsgi: 2.0.27 -> 2.0.28 (#361268)

This commit is contained in:
Weijia Wang 2024-12-09 21:02:08 +01:00 committed by GitHub
commit 06c1654169
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.27";
version = "2.0.28";
src = fetchFromGitHub {
owner = "unbit";
repo = "uwsgi";
rev = finalAttrs.version;
hash = "sha256-GOI92fwTfO/XAvNUHJMX6BtGFSVVOPWa1Jjw/UCJGi4=";
hash = "sha256-/7Z9lq7JiGBrTpmtbIEqpMg7nw9SVm8ypmzd1/p6xgU=";
};
patches = [