Merge pull request #77011 from r-ryantm/auto-update/mod_wsgi

mod_wsgi: 4.6.8 -> 4.7.0
This commit is contained in:
Mario Rodas 2020-01-09 05:34:03 -05:00 committed by GitHub
commit c7e16e71d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mod_wsgi";
version = "4.6.8";
version = "4.7.0";
src = fetchurl {
url = "https://github.com/GrahamDumpleton/mod_wsgi/archive/${version}.tar.gz";
sha256 = "0xym7i3iaxqi23dayacv2llhi0klxcb4ldll5cjxv6lg9v5r88x2";
sha256 = "079f4py20jd6n3d7djak5l9j8p6hfq96lf577iir6qpfsk2p0k3n";
};
buildInputs = [ apacheHttpd python ncurses ];