mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
Merge pull request #55815 from r-ryantm/auto-update/uwsgi
uwsgi: 2.0.17.1 -> 2.0.18
This commit is contained in:
commit
4415dc5fef
|
@ -49,11 +49,11 @@ in
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "uwsgi-${version}";
|
||||
version = "2.0.17.1";
|
||||
version = "2.0.18";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://projects.unbit.it/downloads/${name}.tar.gz";
|
||||
sha256 = "0xxjb9dyivq5531birvxq2gnyxf2x5q7gz54440acra6qwsq4cfj";
|
||||
sha256 = "10zmk4npknigmbqcq1wmhd461dk93159px172112vyq0i19sqwj9";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ python3 pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue