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

uwsgi: 2.0.17 -> 2.0.17.1
This commit is contained in:
Frederik Rietdijk 2018-07-11 11:37:34 +02:00 committed by GitHub
commit c93c788cde
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";
version = "2.0.17.1";
src = fetchurl {
url = "https://projects.unbit.it/downloads/${name}.tar.gz";
sha256 = "1wlbaairsmhp6bx5wv282q9pgh6w7w6yrb8vxjznfaxrinsfkhix";
sha256 = "0xxjb9dyivq5531birvxq2gnyxf2x5q7gz54440acra6qwsq4cfj";
};
nativeBuildInputs = [ python3 pkgconfig ];