apacheHttpdPackages.mod_wsgi3: 5.0.0 -> 5.0.1

This commit is contained in:
R. Ryantm
2024-11-01 00:11:20 +00:00
parent e99719836d
commit 2f300bf6e1
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mod_wsgi";
version = "5.0.0";
version = "5.0.1";
src = fetchFromGitHub {
owner = "GrahamDumpleton";
repo = "mod_wsgi";
rev = version;
hash = "sha256-/4swm4AYCN3xyz2+OH7XqH/dFC53wqGPZgEAdxZQvbs=";
hash = "sha256-V0HefCwo6cXFs566NBybOyKGK7E7KxkthJD9k4C5hN8=";
};
buildInputs = [ apacheHttpd python3 ncurses ];