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

apacheHttpdPackages.mod_wsgi: 4.7.1 -> 4.9.0

authored by Artturi and committed by GitHub 7af3a48e 8e02a42d

+2 -2
+2 -2
pkgs/servers/http/apache-modules/mod_wsgi/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "mod_wsgi"; 5 - version = "4.7.1"; 5 + version = "4.9.0"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/GrahamDumpleton/mod_wsgi/archive/${version}.tar.gz"; 9 - sha256 = "0dbxhrp3x689ccrhvm2lw2icmmj8i4p86z2lq3xn1zlsf43fax16"; 9 + sha256 = "sha256-Cm84CvhUuFoxUeVKPDO1IMSm4hqZvK165d37/jGnS1A="; 10 10 }; 11 11 12 12 buildInputs = [ apacheHttpd python ncurses ];