mod_wsgi: 4.6.7 -> 4.6.8
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:
parent
db5433a56b
commit
43e64eb545
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mod_wsgi";
|
pname = "mod_wsgi";
|
||||||
version = "4.6.7";
|
version = "4.6.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/GrahamDumpleton/mod_wsgi/archive/${version}.tar.gz";
|
url = "https://github.com/GrahamDumpleton/mod_wsgi/archive/${version}.tar.gz";
|
||||||
sha256 = "1j8pqn0xhd502ardlmkqx8y85s1npmk9nifqps60wjh29nny03f2";
|
sha256 = "0xym7i3iaxqi23dayacv2llhi0klxcb4ldll5cjxv6lg9v5r88x2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ apacheHttpd python ncurses ];
|
buildInputs = [ apacheHttpd python ncurses ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user