Skip to content

Commit

Permalink
Merge pull request #191005 from r-ryantm/auto-update/mod_wsgi
Browse files Browse the repository at this point in the history
apacheHttpdPackages.mod_wsgi: 4.9.3 -> 4.9.4
  • Loading branch information
risicle committed Sep 13, 2022
2 parents 1d67795 + b79b08f commit 78bce16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "4.9.3";
version = "4.9.4";

src = fetchFromGitHub {
owner = "GrahamDumpleton";
repo = "mod_wsgi";
rev = version;
hash = "sha256-P/mx0JxlJGpel0zBFIe8r313VkwPEK2LP0kiUIwKZAM=";
hash = "sha256-6rRHdgdTb94kqIpWJOJOwoIsaXb/c4XY3q331GwQyf0=";
};

buildInputs = [ apacheHttpd python ncurses ];
Expand All @@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/GrahamDumpleton/mod_wsgi";
description = "Host Python applications in Apache through the WSGI interface";
license = lib.licenses.asl20;
platforms = lib.platforms.linux;
platforms = lib.platforms.unix;
};
}

0 comments on commit 78bce16

Please sign in to comment.