3
0
Fork 0
forked from mirrors/nixpkgs

mod_wsgi: 4.6.4 -> 4.6.5

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 2018-11-10 10:57:08 -08:00
parent a054d74507
commit e658a7a549

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 ];