Skip to content

Commit

Permalink
apacheHttpdPackages.mod_wsgi3: 5.0.0 -> 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 1, 2024
1 parent e997198 commit 2f300bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/http/apache-modules/mod_wsgi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 2f300bf

Please sign in to comment.