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

uwsgi: 2.0.17.1 -> 2.0.18
This commit is contained in:
Ryan Mulligan 2019-03-07 07:18:25 -08:00 committed by GitHub
commit 4415dc5fef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];