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

mod_wsgi: 4.6.4 -> 4.6.5
This commit is contained in:
Renaud 2018-11-14 10:26:13 +01:00 committed by GitHub
commit 7a9967583c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "mod_wsgi-${version}";
version = "4.6.4";
version = "4.6.5";
src = fetchurl {
url = "https://github.com/GrahamDumpleton/mod_wsgi/archive/${version}.tar.gz";
sha256 = "1hyaxr9km7cj4k6b0d6xx3bplpa8483fhyk9x802sl22m3f2vc1k";
sha256 = "1q75ifadjd5frr5i2b9swbjiwfv4fr4ny8npsm09w6mjp7w0bgjw";
};
buildInputs = [ apacheHttpd python2 ];