uwsgi: 2.0.17 -> 2.0.17.1

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/uwsgi/versions.
This commit is contained in:
R. RyanTM 2018-07-10 21:21:55 -07:00
parent 2698bb461f
commit 37962d0256

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