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

apacheHttpdPackages.mod_wsgi: 4.7.1 -> 4.9.0
This commit is contained in:
Artturi 2021-08-13 03:00:33 +03:00 committed by GitHub
commit 7af3a48e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mod_wsgi";
version = "4.7.1";
version = "4.9.0";
src = fetchurl {
url = "https://github.com/GrahamDumpleton/mod_wsgi/archive/${version}.tar.gz";
sha256 = "0dbxhrp3x689ccrhvm2lw2icmmj8i4p86z2lq3xn1zlsf43fax16";
sha256 = "sha256-Cm84CvhUuFoxUeVKPDO1IMSm4hqZvK165d37/jGnS1A=";
};
buildInputs = [ apacheHttpd python ncurses ];