Merge pull request #43317 from r-ryantm/auto-update/uwsgi
uwsgi: 2.0.17 -> 2.0.17.1
This commit is contained in:
commit
c93c788cde
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user