mod_wsgi: 4.6.5 -> 4.6.6

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mod_wsgi/versions
This commit is contained in:
R. RyanTM 2019-06-16 06:24:44 -07:00 committed by Frederik Rietdijk
parent 4b4cdb0cf2
commit 2779dd85e6

View file

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